https://github.com/saghul/uttp
[Unfinished] libuv based HTTP server
https://github.com/saghul/uttp
Last synced: over 1 year ago
JSON representation
[Unfinished] libuv based HTTP server
- Host: GitHub
- URL: https://github.com/saghul/uttp
- Owner: saghul
- Created: 2016-06-27T22:43:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T22:48:43.000Z (about 10 years ago)
- Last Synced: 2025-02-28T12:06:33.500Z (over 1 year ago)
- Language: C
- Size: 17.6 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uttp: a libuv based HTTP server
This is sample HTTP server using [libuv](https://github.com/libuv/libuv)
and [http-parser](https://github.com/nodejs/http-parser).
**NOTE**: I started this as a test for some things and it resulted in me
adding `uv_{udp,tcp}_init_ex` APIs to libuv, so it serverd its purpose.
It's published here with the hope that it's useful to someone.
## Author
@saghul
## License
MIT or Public Domain.