-
how to implement Server Side Event in loco which can override AppContext so it can be use on every were in the app |
Beta Was this translation helpful? Give feedback.
Answered by
bendo01
Feb 17, 2025
Replies: 1 comment 1 reply
-
Hey @bendo01, could you clarify your question? I’m not sure I fully understand. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello,
i'm trying to implement a service broadcaster event that send a message to client which using server side event as an alternative to websocket, but after some read there is some limitation to the maximum number of open connections, because of that limitation, i use websocket approach, i'm trying to implement example that the official doc provided. If I find any difficulties I will ask again on this forum
thank you for your attention to this matter
best regards