RATING
0.01
Karma: 0.00
C++ → Lightweight HTTP Server in less than 40 Lines on libevent and C++11 (4)
- 1
Note that the libevent HTTP server does not handle the HTTP pipelining properly (I remember finding an old notice about that in the libevent mailing list). There's also github.com/ellzey/libevhtp, which is multithreaded and recently had HTTP pipelining fixed (issue 86).