24 Oct
2017
24 Oct
'17
12:27 p.m.
On Tue, Oct 24, 2017 at 1:58 AM, Miloslav Marik via Boost-users
By my opinion, developing HTTP server from scratch is not the best solution.
Boost.Beast is a C++ header-only library serving as a foundation for writing interoperable networking libraries by providing low-level HTTP/1, WebSocket, and networking protocol vocabulary types and algorithms using the consistent asynchronous model of Boost.Asio. https://github.com/boostorg/beast Boost version 1.66.0 will include the first official release of Beast. Thanks