Replies: 1 comment
-
|
Hi! References: |
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.
-
Hello! I’m wondering what the difference is between socket.emit() and server.emit() in Socket.IO. I know that socket.broadcast.emit() sends a message to all clients except the one that triggered the event, but I’m not completely sure how socket.emit() and server.emit() differ in practice?
Beta Was this translation helpful? Give feedback.
All reactions