/SimpleHTTPServer

simple http server that handles small set of HTTP 1.1 methods

Primary LanguageC++

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