Concept Flow - Subscription syntax
Client sends subscription request
Server registers subscription
Event occurs on server
Server sends data update to client
Client receives real-time data
Repeat on new events
The client subscribes to a data stream, the server listens for events, and sends updates to the client in real-time.