ng2-cable
ng2-cable copied to clipboard
Broadcast from client to server
I see that you have a method called .broadcast('event', object)
. I thought it was used for broadcast data from client to server. But seemly not. It's just send to client itself.
So can you explain what does that method truly do?
And how can i broadcast data from client to server?
Thank you in advance
i have the same question. how is the broadcast method supposed to work?