2 ==========================
4 WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket
5 Protocol. It allows integrating WebSocket client and server functionality into
6 C++ programs. It uses interchangeable network transport modules including one
7 based on C++ iostreams and one based on Boost Asio.
11 * Full support for RFC6455
12 * Partial support for Hixie 76 / Hybi 00, 07-17 draft specs (server only)
13 * Message/event based interface
14 * Supports secure WebSockets (TLS), IPv6, and explicit proxies.
15 * Flexible dependency management (C++11 Standard Library or Boost)
16 * Interchangeable network transport modules (iostream and Boost Asio)
17 * Portable/cross platform (Posix/Windows, 32/64bit, Intel/ARM/PPC)
23 [](https://travis-ci.org/zaphoyd/websocketpp)
26 http://www.zaphoyd.com/websocketpp/
29 http://www.zaphoyd.com/websocketpp/manual/
32 https://github.com/zaphoyd/websocketpp/
34 **Announcements Mailing List**
35 http://groups.google.com/group/websocketpp-announcements/
38 #websocketpp (freenode)
40 **Discussion / Development / Support Mailing List / Forum**
41 http://groups.google.com/group/websocketpp/
45 Peter Thorson - websocketpp@zaphoyd.com