-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
It looks like the transport doesn't quite fit my requirements of pushing three (at this stage) types of data:
- text message
- integer message as a %
- integer message as a bug count
All of which will be sent on three different channels minimum at different times, in the form of:
{ id: update.timestamp, event: update.event, data: update.data }
which is consumed by subscribbers converting the messages into server sent events (SSE) (AKA EventSource) to be sent to a CLI somewhere on the internet.
Originally posted by @binarymist in #29 (comment)
Metadata
Metadata
Assignees
Labels
No labels