A very simple HTTP Server written in C++. The goal is to be very lightweight, and run on any POSIX compliant platform. Currently only supports IPV4.
Add Features here!
To Compile,
$ mkdir bin
$ cd bin
$ cmake ..
$ make
Aditya Sule ([email protected]) Eshwar Cheekati ([email protected])