simple-http-server

使用libuv和http-parser实现一个简单的hello world版HTTP服务器。

怎么编译(Windows 10)

mkdir Build

cd Build && cmake ..

msbuild hsc.sln