Skip to main content

Socket Relay

The central hub for all socket messages targeted at end user.

There are some number of services that generate realtime data for user client app to use. But these projects will perform some computations to create messages.

This service will retrieve these messages from the services that handle the computations and stream the messages to users with a standard format. This way, we can scale the number of hubs without burden our system with additional computational complexity.