How to implement Server-Sent-Events SSE? #3664
Unanswered
Roberto99Roberto99
asked this question in
Help
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to implement Server-Sent-Events SSE?
I need a one-way connection to notify my client. In the AdonisJS documentation I only found this using WS, but I think it's a bit exaggerated to use WebSocket as a solution.
I don't know how to implement SSE in AdonisJS. I found only one package from version 4, but I couldn't implement it in version 5.
Beta Was this translation helpful? Give feedback.
All reactions