Module 10 — Realtime Communication
Lesson 1 — WebSocket Basics
Unit 1 — Raw WebSocket Foundations
Not finished yet
Topics
- Understand the WebSocket upgrade flow
- Build a raw WebSocket server with `ws`
- Send and receive messages
- Track connected clients
- Handle disconnects and basic errors
- Socket.IO