Skip to content

Instantly share code, notes, and snippets.

View xinranxiao's full-sized avatar

Xinran Xiao xinranxiao

  • AngelList
  • San Francisco, CA
View GitHub Profile
@xinranxiao
xinranxiao / app.js
Created December 4, 2013 15:44
Boilerplate Express Node.js App with Socket.io.
/**
* Module dependencies.
*/
var express = require('express');
var routes = require('./routes');
var user = require('./routes/user');
var http = require('http');
var path = require('path');