didinj / mean-angular4-chat-app

MEAN stack with Angular 4 Chat App
https://www.djamware.com/post/58e0d15280aca75cdc948e4e/building-chat-application-using-mean-stack-angular-4-and-socketio
MIT License
45 stars 51 forks source link

Example of the server notifying the client? #2

Open CDIDEV opened 7 years ago

CDIDEV commented 7 years ago

Does this repo have an example of the server notifying/sending a message to the client?

didinj commented 7 years ago

Not yet, but you can do the same as sending a message from the client to the client. Client A message -> Server -> Client B/C/D received.