File: chat_tutorial.md

package info (click to toggle)
websocketpp 0.8.2%2Bgit20250909-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,712 kB
  • sloc: cpp: 20,512; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
Chat Tutorial
=============

Goals of this tutorial:
- Implement a realtime websocket chat server


Server
- Nicknames
- Channels
- Subprotocol
- Origin restrictions
- HTTP statistics page