Skip to content

Instantly share code, notes, and snippets.

@laser
Created September 24, 2014 05:58
Show Gist options
  • Save laser/dc9e2f805c4e91b01d3c to your computer and use it in GitHub Desktop.
Save laser/dc9e2f805c4e91b01d3c to your computer and use it in GitHub Desktop.
connections from binder
var connections = Bacon.fromBinder(function(sink) {
io.on('connection', sink)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment