Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Sent Events support #77

Closed
loicdescotte opened this issue Mar 26, 2021 · 1 comment
Closed

Server Sent Events support #77

loicdescotte opened this issue Mar 26, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@loicdescotte
Copy link
Contributor

loicdescotte commented Mar 26, 2021

Server Sent Events are simpler to use than Websocket for unidirectional push on HTTP.
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events

It would be nice to be able to push a ZStream where each chunk is a data line in the SSE format, for example

data: {"time": "1616750897"}
data: {"time": "1616750952"}
....

@tusharmath tusharmath added the enhancement New feature or request label Mar 26, 2021
@tusharmath
Copy link
Collaborator

This should now be possible after after #143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants