15. Multi-User Chat with Web Workers & WebSocket
What's happening here?
- ⚡ WebSocket handles real-time communication between users
- ⚙️ Web Worker processes and timestamps messages without blocking the UI
- 👥 Multiple connections allowed — open several browser tabs/windows to test
- 🔄 Automatic sync of user list across all connected clients