Module 2: Real-Time Systems#
In this module, we explore systems where data needs to be pushed to the client instantly, rather than pulled.
Lessons#
- Design a Chat Application
- WhatsApp/Slack: Handling persistent connections and message delivery.
In this module, we explore systems where data needs to be pushed to the client instantly, rather than pulled.