# websocketpp **Repository Path**: mirrors_resiprocate/websocketpp ## Basic Information - **Project Name**: websocketpp - **Description**: C++/Boost Asio based websocket client/server library - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **NOTE: this is a legacy release of the library** The 0.3.x version (Experimental branch) is the preferred release for all users and is scheduled to be merged into the master branch in the near future. All new development should start there. There are a number of breaking API changes going from 0.2.x to 0.3.x. If you have an existing 0.2.x codebase that you are not ready to upgrade yet there is now a 0.2.x branch that will be maintained for that purpose. -------------------------------------------------------------------------------- WebSocket++ is a C++ library that impliments RFC6455, the WebSocket protocol. It can be used to build applications that feature WebSocket functionality. For more information, please visit: http://www.zaphoyd.com/websocketpp/ 0.2.x Features: * Fully supports RFC6455 protocol * Partial support for Hixie draft 76 and Hybi drafts 7-17 * Easy to use message/event based API * Boost ASIO based asynchronous network core * Supports secure WebSockets (TLS) and IPv6 * Fully passes the AutoBahn 0.4.10 test suite * Includes WebSocket performance and stress testing tools * Open-source (BSD license)