Skip to content

nob13/websocketpp

This branch is 5 commits ahead of, 1258 commits behind zaphoyd/websocketpp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Norbert Schultz
May 8, 2012
28401a2 · May 8, 2012
Nov 28, 2011
Apr 13, 2012
May 8, 2012
Apr 10, 2012
Jan 12, 2012
Apr 10, 2012
Mar 7, 2012
Jan 12, 2012
Mar 14, 2012
Apr 27, 2012
Mar 15, 2012
Nov 30, 2011
Sep 8, 2011
Jan 18, 2012
Sep 8, 2011

Repository files navigation

WebSocket++ is a full featured C++/Boost ASIO implimentation of RFC6455, the 
WebSocket protocol which can be used to build applications that feature 
WebSocket client and server functionality.

   * 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)

For more information, please visit: http://www.zaphoyd.com/websocketpp/ or the
project's github wiki at: https://github.com/zaphoyd/websocketpp/wiki

About

C++/Boost Asio based websocket client/server library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.7%
  • C 3.3%