Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 216 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 216 Bytes

HTTP Server

My attempt at an HTTP server in all C++.

Dependencies

libuv
spdlog
http-parser

I'm using a lot of the node libraries, without node...

Building

You can simply run the make.sh file.