Skip to content

Instantly share code, notes, and snippets.

@ssbb
Created January 17, 2014 21:48
Show Gist options
  • Save ssbb/8482363 to your computer and use it in GitHub Desktop.
Save ssbb/8482363 to your computer and use it in GitHub Desktop.
'use strict';
require('rootpath')();
var config = require('config');
var app = require('lib/app');
var http = require('http');
var server = http.Server(app);
require('realtime')(server);
module.exports = server.listen(config.get('http:port'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment