Skip to content

flametron/python-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

[Work In Progress!]

It's a simple web server written in python

Prerequisites

Importing

import Server class from server.py

from server import Server

Starting the server

Example

serv = Server(docs="D:\Python-Web-Server-testing\\files",index="abcd.html",logs="D:\Python-Web-Server-testing\logs\logs.txt",customExtensions="html,php")
serv.startServer() 

About

A Complete Web Server based on pure Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published