Skip to content Skip to sidebar Skip to footer

Sending Broadcast Message From The Client Side In Socket.io

In the socket.io client socket section of the doc http://socket.io/docs/client-api/#io#socket refers to Socket docs, which implies both server Socket object and client Socket objec

Solution 1:

Yes, broadcasting cannot be done from the client side. This is because they may both be sockets but they are not considered the same. Check out these two:

Socket.io-client and Socket.io

Post a Comment for "Sending Broadcast Message From The Client Side In Socket.io"