Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 371 Bytes

Readme.md

File metadata and controls

21 lines (15 loc) · 371 Bytes

Simple HTTP Server

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.

Features

Add Features here!

Examples

To Compile,

$ mkdir bin
$ cd bin
$ cmake ..
$ make

Collaborators

Aditya Sule ([email protected]) Eshwar Cheekati ([email protected])