Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 386 Bytes

HTTP Server in Python

HTTP server written in python 2.7 on Linux.

Installation

Clone the repo:
$ git clone https://github.com/sagyas/HTTP-server.git

Usage

Run:
$ python server.py <port>

for example: $ python server.py 5000
Open browser on http://localhost:5000/, and navigate to some files in the files folder,
like: http://localhost:5000/c/home.html