eloylp / goomerang

A small communications library based on protocol buffers over websockets
MIT License
40 stars 0 forks source link

Publish and subscribe, alternative modes #14

Open eloylp opened 2 years ago

eloylp commented 2 years ago

Context

Currently the publish and subscribe system works by sending each message to all available subscribers for a given topic.

Goal

eloylp commented 2 years ago

As an idea: Maybe we could think in introducing "options" for the publish command.