Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 300 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 300 Bytes

uv_server

hello world http server depend on libuv and http-parser.

INSTALL

git clone --recursive [email protected]:flex1988/uv_server.git

cd uv_server/libuv
./autogen.sh
./configure
make
make install

cd http-server
make

cd ../

make