Skip to content
muhler edited this page Nov 23, 2011 · 19 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.