Skip to content

Instantly share code, notes, and snippets.

@Ibro
Created May 5, 2017 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ibro/525748f54e0756195f43c6e35f1687c2 to your computer and use it in GitHub Desktop.
Save Ibro/525748f54e0756195f43c6e35f1687c2 to your computer and use it in GitHub Desktop.
RxJS Socket.IO Angular Chat - Coding Blast - www.codingblast.com
socket.on('new-message', (message) => {
io.emit(message);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment