edit
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / dependencies / websocketpp-0.7.0 / readme.md
1 WebSocket++ (0.7.0)
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 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.
10
11 Major Features
12 ==============
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)
20 * Thread-safe
21
22 Get Involved
23 ============
24
25 [![Build Status](https://travis-ci.org/zaphoyd/websocketpp.png)](https://travis-ci.org/zaphoyd/websocketpp)
26
27 **Project Website**
28 http://www.zaphoyd.com/websocketpp/
29
30 **User Manual**
31 http://www.zaphoyd.com/websocketpp/manual/
32
33 **GitHub Repository**
34 https://github.com/zaphoyd/websocketpp/
35
36 GitHub pull requests should be submitted to the `develop` branch.
37
38 **Announcements Mailing List**
39 http://groups.google.com/group/websocketpp-announcements/
40
41 **IRC Channel**
42  #websocketpp (freenode)
43
44 **Discussion / Development / Support Mailing List / Forum**
45 http://groups.google.com/group/websocketpp/
46
47 Author
48 ======
49 Peter Thorson - websocketpp@zaphoyd.com