Skip to content

simple http server that handles small set of HTTP 1.1 methods

Notifications You must be signed in to change notification settings

PBBassily/SimpleHTTPServer

Repository files navigation

SimpleHTTPServer

Description

simple http server that handles small set of HTTP 1.1 methods

Usage

  • open terminal
  • change directory to {YOUR-PROJ-PATH}/SimpleHTTPServer/bin/debug
  • run :
./SimpleHTTPServer (port_number)

Note : that the port number the server attached to is given to the server as an input , if no arguments passed the defualt port will be 8080

Test

http://localhost:8080/index.html

Voila :D

Releases

No releases published

Packages

No packages published