Replies: 1 comment
-
Is it possible to use turbo streams for this?
Can someone give an example on how to do the turbo way? |
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.
-
I want to implement Server Side Events (SSE).
For example:
One client's action results in some changes in a db table (server side).
This triggers an event (SSE).
All connected clients receive this event and update a custom component (say status text)
Is this possible with Orchid?
Beta Was this translation helpful? Give feedback.
All reactions