hello world http server depend on libuv and http-parser.
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
hello world http server depend on libuv and http-parser.
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