Push updates from server-side events #162
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
We can have different services emit events to clients using
pusher serviceClients can subscribe to the network's channel and receive events such as billing changes, and other concerns rather than relying on polling or other means.
This is an architectural question because I am unsure whether every service should be publishing to pusher service or if there is a better event-driven, async pattern here. This also brings into question whether we implement a local-first with a sync server.