slackbuilds_ponce/libraries/libwebsocketpp/README
Marcel Saegebarth 3d95b52e6f libraries/libwebsocketpp: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-01-24 00:22:54 +07:00

5 lines
288 B
Text

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.