add real-time infrastructure #137
Reference in New Issue
Block a user
Delete Branch "realtime-infra"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the beginning of real-time infrastructure for capabilities such as presence, multi-player, and more. It creates a new micro-service (pusher service), allow channel based communication and presence management.
It is not meant to be a production ready experience, which is why it is used for low-stakes features: simple presence within streams, and composing indicator (i.e. typing indicators)
Closes #133
Closes #17