You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from socket.io background, its very hard to understand how this work using the "echo" example. I was able to find your library suitable for our application but the documentation makes you scratch your head especially for beginners like me. How to emit with custom event name? and broadcast?
The text was updated successfully, but these errors were encountered:
To emit events you write JSON to then connection with whatever structure you want and to broadcast events you need to keep track of the interested clients yourself.
Coming from socket.io background, its very hard to understand how this work using the "echo" example. I was able to find your library suitable for our application but the documentation makes you scratch your head especially for beginners like me. How to emit with custom event name? and broadcast?
The text was updated successfully, but these errors were encountered: