Hacker News new | ask | show | jobs
by rienbdj 2655 days ago
Shame this is not built on libuv or even boost.
2 comments

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
..yes - in particular, boost::asio which will provide a sensible transition to std::net (networking TS) when it's available.