Replies: 1 comment
-
That is still what a custom service can be used for. As mentioned in the docs, a service does not have to write to the database and can be used for anything, including distributing data to other users. |
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.
-
All the information in the docs to send events from server to clinet are working correctly and fine.
I need to send an event from one client to another without writing to the database.
app.io.emit('poseDetection', keypoints)
Beta Was this translation helpful? Give feedback.
All reactions