Skip to content

Instantly share code, notes, and snippets.

@kinsteronline
Created April 28, 2011 20:54
Show Gist options
  • Save kinsteronline/947318 to your computer and use it in GitHub Desktop.
Save kinsteronline/947318 to your computer and use it in GitHub Desktop.
var pitBoss = require('pit_boss');
// How about...
pitBoss.listen(29999);
// Or...
pitBoss.set(port: 29999).start();
// Getting worse...
pitBoss.set(port: 29999, tables: 4).onDone(function() { alert('oh noes'); }).start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment