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 raw char buffers, one based on C++ iostreams, and one based on Asio
8 (either via Boost or standalone). End users can write additional transport
9 policies to support other networking or event libraries as needed.
13 * Full support for RFC6455
14 * Partial support for Hixie 76 / Hybi 00, 07-17 draft specs (server only)
15 * Message/event based interface
16 * Supports secure WebSockets (TLS), IPv6, and explicit proxies.
17 * Flexible dependency management (C++11 Standard Library or Boost)
18 * Interchangeable network transport modules (raw, iostream, Asio, or custom)
19 * Portable/cross platform (Posix/Windows, 32/64bit, Intel/ARM/PPC)
25 [](https://travis-ci.org/zaphoyd/websocketpp)
28 http://www.zaphoyd.com/websocketpp/
31 http://www.zaphoyd.com/websocketpp/manual/
34 https://github.com/zaphoyd/websocketpp/
36 GitHub pull requests should be submitted to the `develop` branch.
38 **Announcements Mailing List**
39 http://groups.google.com/group/websocketpp-announcements/
42 #websocketpp (freenode)
44 **Discussion / Development / Support Mailing List / Forum**
45 http://groups.google.com/group/websocketpp/
49 Peter Thorson - websocketpp@zaphoyd.com