Skip to content

Instantly share code, notes, and snippets.

@toddself
Created September 2, 2014 21:24
Show Gist options
  • Save toddself/780505e6927fe4f34e37 to your computer and use it in GitHub Desktop.
Save toddself/780505e6927fe4f34e37 to your computer and use it in GitHub Desktop.
var http = require('http');
var express = require('express');
var socketio = require('socket.io');
var app = express();
var server = http.Server(app);
var io = socketio(server);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment