humpty is fast compiling low-latency HTTP/1.1 web server, with support for static content and WebSockets. humpty is currently under active development. While it does work, large amounts of breaking changes are expected.
- Simplicity (simple source, but also simple to use)
- Low-latency
- Fast compile times
- Safety (unsafe_code is denied)
-
async
If you need to use async api's, something like pollster is recommended.