Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 605 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 605 Bytes

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()