Skip to content

Instantly share code, notes, and snippets.

@justlev
Created December 14, 2018 11:10
Show Gist options
  • Save justlev/57569662a19eb6c9dc032d4b10c513c7 to your computer and use it in GitHub Desktop.
Save justlev/57569662a19eb6c9dc032d4b10c513c7 to your computer and use it in GitHub Desktop.
var client = new Faye.Client('http://localhost:3000/faye');
var subscription = client.subscribe('/foo', function(message) {
alert(message)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment