forked from zaphoyd/websocketpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
muhler edited this page Nov 23, 2011
·
10 revisions
Welcome to the WebSocket++ Wiki!
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.