slackbuilds/libraries/libwebsocketpp
B. Watson 4fd99e2f79
libraries/libwebsocketpp: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-02-18 10:07:03 +07:00
..
README
libwebsocketpp.SlackBuild libraries/libwebsocketpp: Align with template. 2023-02-18 10:07:03 +07:00
libwebsocketpp.info
slack-desc

README

WebSocket++ is a header only C++ library that implements RFC6455
The WebSocket Protocol. It allows integrating WebSocket client and
server functionality into C++ programs. It uses interchangeable
network transport modules including one based on C++ iostreams and
one based on Boost Asio.