An open API service indexing awesome lists of open source software.

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

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.