belle

An HTTP / Websocket library in C++17 using Boost.Beast and Boost.ASIO.


 example/server/chat/CMakeLists.txt  | 1 +
 example/server/chat/src/main.cc     | 2 +-
 example/server/hello/CMakeLists.txt | 1 +
 example/server/hello/src/main.cc    | 2 +-
 example/server/http/CMakeLists.txt  | 1 +
 example/server/http/src/main.cc     | 2 +-
 6 files changed, 6 insertions(+), 3 deletions(-)
Back to Top