WebSocket++  0.8.0
C++ websocket client/server library
tutorials/chat_tutorial/chat_tutorial.md
1 Chat Tutorial
2 =============
3 
4 Goals of this tutorial:
5 - Implement a realtime websocket chat server
6 
7 
8 Server
9 - Nicknames
10 - Channels
11 - Subprotocol
12 - Origin restrictions
13 - HTTP statistics page