Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philips/libuv-webserver
simple webserver in libuv
https://github.com/philips/libuv-webserver
Last synced: 18 days ago
JSON representation
simple webserver in libuv
- Host: GitHub
- URL: https://github.com/philips/libuv-webserver
- Owner: philips
- Created: 2012-06-28T00:27:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-29T20:04:41.000Z (about 11 years ago)
- Last Synced: 2024-07-31T22:55:21.570Z (3 months ago)
- Language: C
- Size: 103 KB
- Stars: 85
- Watchers: 9
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### libuv hello world webserver
An hello-world webserver in C using [libuv][libuv] and
[http-parser][http-parser] based on [Ryan Dahl's tutorial][tutorial] and
updated to make it work with the most recent libuv API.[libuv]: https://github.com/joyent/libuv
[http-parser]: https://github.com/joyent/http-parser
[tutorial]: http://vimeo.com/24713213Build it
git submodule update --init
makeRun it
./webserver
curl http://127.0.0.1:8000/Stress-test it
ab -n 5000 -c 500 http://127.0.0.1:8000/
### Call for coders!
I have this insane idea of writing a lightweight c++ web framework on top of
libuv. But. I can't do it by myself.Anyone crazy enough to join me? Drop me a tweet / email.
- Andrea
https://twitter.com/utaal
https://github.com/utaal
[email protected]