mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
3d95b52e6f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
288 B
Text
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.
|