-
Notifications
You must be signed in to change notification settings - Fork 2k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[Feature Request] SSE/EventStream debuging #1345
Comments
Can you please provide more info? I'm not sure what EventStream or SSE are. |
See(Server Sent Events) is a way for servers to push notifications to
clients (without websockets or the clients polling the server). It's based
on the older idea of http streaming, except it's more refined and involves
less hacking. Here is a short how to on both the client and server side
from MDN
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events
…On Tue, Jan 29, 2019, 3:37 AM Gregory Schier ***@***.***> wrote:
Can you please provide more info? I'm not sure what EventStream or SSE are.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1345 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AR3nQljAOEqcKylTg6qjxDL-_nGrUu4hks5vH6XEgaJpZM4aOSIj>
.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still interesting. |
Any interest in this anymore? |
Still interested |
Why is it closed? |
+1 |
Any progress on this? |
This is still interesting. |
👍 |
1 similar comment
+1 |
Any update on this? |
+1000 |
Need this ❤️ |
up |
Insomnia has a better UI/UX and usability but i have to switch between hopscotch for websockets & sse. quite annoying. Can we get at least an ETA? |
+1 |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Can we look into adding an EventStream client? it would be really helpful to debug SSEs and they are really starting to take off.
The text was updated successfully, but these errors were encountered: