Skip to content

Instantly share code, notes, and snippets.

@ggoodman
Created October 5, 2011 15:26
Show Gist options
  • Save ggoodman/1264721 to your computer and use it in GitHub Desktop.
Save ggoodman/1264721 to your computer and use it in GitHub Desktop.
Use socketstream in Cloud9IDE
coffee = require("coffee-script");
process.chdir(__dirname + "/example");
ss = require("socketstream/lib/main")
.init(false)
.process({
node: ["start example", "start", "example"]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment