Skip to content

Instantly share code, notes, and snippets.

@stannehill
Created July 29, 2013 15:35
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 stannehill/6105211 to your computer and use it in GitHub Desktop.
Save stannehill/6105211 to your computer and use it in GitHub Desktop.
The initial chunk of code from the backend.
var app = require('http').createServer(handler)
, io = require('socket.io').listen(app)
, fs = require('fs');
app.listen(4000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment