Y
Hacker News
new
|
ask
|
show
|
jobs
by
rienbdj
2655 days ago
Shame this is not built on libuv or even boost.
2 comments
eao197
2654 days ago
There is a lightweight alternative that is built on top of standalone Asio (but Boost.Asio can also be used):
https://github.com/Stiffstream/restinio
link
mellery451
2654 days ago
..yes - in particular, boost::asio which will provide a sensible transition to std::net (networking TS) when it's available.
link