Skip to content
zaphoyd edited this page Jan 17, 2012 · 26 revisions

WebSocket++ 0.2.0 Documentation

Application API documentation

overview
role::server
role::client

examples

Internal documentation


Information below refers to version 0.1.x

WebSocket++ is a C++ websocket library implemented using the Boost Asio networking stack. It is designed to provide a simple interface to allow you to quickly build modules that implement the back end functionality needed by realtime browser applications. WebSocket++ handles all of the networking and websocket protocol negotiation and provides an asynchronous “concurrency without threads” API to your application based on Boost Asio’s proactor design pattern.

API

Clone this wiki locally