You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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