Push updates from server-side events #162

Open
opened 2026-04-14 22:34:25 +00:00 by talksik · 0 comments
talksik commented 2026-04-14 22:34:25 +00:00 (Migrated from github.com)

We can have different services emit events to clients using pusher service

Clients 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.

We can have different services emit events to clients using `pusher service` Clients 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.
Sign in to join this conversation.