chrisenytc / ng-socket

Angular Module for Socket.io
MIT License
49 stars 18 forks source link

Is there a way to broadcast? #11

Closed renato04 closed 4 years ago

renato04 commented 9 years ago

Hi!

I'm trying to broadcast the event, but without success. I already tried an implementation following the sockt.io chat sample but the socket object inside does not have a reference to broadcast.

Could anyone help?

Thank you.