belle

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


 example/server/https/CMakeLists.txt    |  60 ++++++-
 example/server/https/public/index.html |  14 +-
 example/server/https/src/main.cc       | 343 ++++++++++++++++++++++++++++++++++-
 3 files changed, 417 insertions(+)
Back to Top