WebSocket 的 C++ 开发库:websocket++

mmp7 9年前

WebSocket++ 是一个只包含 C++ 头文件的 WebSocket 的 C++ 开发包,实现了 RFC 6455 也就是 WebSocket 协议。可以在 C++ 应用中实现 WebSocket 客户端和服务器端功能。使用可交换的网络传输模块,包括 C++ iostreams 和 Boost Asio。

主要特性:

  • Full support for RFC6455

  • Partial support for Hixie 76 / Hybi 00, 07-17 draft specs (server only)

  • Message/event based interface

  • Supports secure WebSockets (TLS), IPv6, and explicit proxies.

  • Flexible dependency management (C++11 Standard Library or Boost)

  • Interchangeable network transport modules (iostream and Boost Asio)

  • Portable/cross platform (Posix/Windows, 32/64bit, Intel/ARM/PPC)

  • Thread-safe

项目主页:http://www.open-open.com/lib/view/home/1429780910541