ksysoev / wasabi

Toolkit for Creating WebSocket API Gateways
MIT License
4 stars 2 forks source link

Design and implement streamer abstraction #33

Open ksysoev opened 2 months ago

ksysoev commented 2 months ago

For WebSocket APIs it's common to stream live updates to client connections. It'll be useful to create abstraction that will manage listeners for the updates and keep a subscription active until at least one connection is listening to it.

ksysoev commented 3 weeks ago

Postponing this for now, don't see an elegant abstraction that will provide possibility to implement subscriptions in general way.