forked from zaphoyd/websocketpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
zaphoyd edited this page Jan 17, 2012
·
10 revisions
WebSocket++ 0.2.0 Documentation
overview
role::server
role::client
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.