websocketpp  0.5.1
C++/Boost Asio based websocket client/server library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
readme.md
1 WebSocket++ (0.5.1)
2 ==========================
3 
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.
8 
9 Major Features
10 ==============
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)
18 * Thread-safe
19 
20 Get Involved
21 ============
22 
23 [![Build Status](https://travis-ci.org/zaphoyd/websocketpp.png)](https://travis-ci.org/zaphoyd/websocketpp)
24 
25 **Project Website**
26 http://www.zaphoyd.com/websocketpp/
27 
28 **User Manual**
29 http://www.zaphoyd.com/websocketpp/manual/
30 
31 **GitHub Repository**
32 https://github.com/zaphoyd/websocketpp/
33 
34 **Announcements Mailing List**
35 http://groups.google.com/group/websocketpp-announcements/
36 
37 **IRC Channel**
38  #websocketpp (freenode)
39 
40 **Discussion / Development / Support Mailing List / Forum**
41 http://groups.google.com/group/websocketpp/
42 
43 Author
44 ======
45 Peter Thorson - websocketpp@zaphoyd.com