Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jmquigs/rotor-webserver


https://github.com/jmquigs/rotor-webserver

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

Simple http web server, mostly based on rotor-http.

* Always returns the same response.
* Does not parse http headers.
* Keeps connection alive (for benchmarking).

#### Other versions:
* LibUV: https://github.com/jmquigs/libuv-webserver
* mio direct: https://github.com/jmquigs/mio-webserver