文件名称:libuv-httpserver:基于 libuv 和 http-parser 的简单 Web 服务器。 (只回显`Hello, World!\n`)
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-22 06:51:18
c libuv libuv-httpserver C
libuv-httpserver 作者:赖安 最后修改时间:2014.12.23 基于 libuv 和 http-parser 的简单 Web 服务器。 (只回显Hello, World!\r\n ) 依赖关系 它需要最新的稳定版本: , Release v1.0.2 (2014.12.10 发布) , Release v2.3 (2014.5.13 发布) 如何 确保你在 OS X 上,安装了 Xcode,安装了 。 git clone git@github.com:Ryannnnnnn/libuv-httpserver.git && cd libuv-httpserver git submodule update --init make ./httpserver 然后, curl 127.0.0.1:8888进行测试。 资源 Ryan Dahl 的教程 (2011),A
【文件预览】:
libuv-httpserver-master
----.gitmodules(163B)
----httpserver.c(4KB)
----libuv()
----http-parser()
----.gitignore(570B)
----Makefile.linux(464B)
----Makefile(523B)
----README.md(2KB)