Add content-type

This commit is contained in:
Roy Hyunjin Han 2014-11-30 05:17:22 -05:00
commit cbdf009d46
3 changed files with 22 additions and 13 deletions

View file

@ -1,3 +1,4 @@
// DEBUG=* node app.js
var app = require('express')();
var server = require('http').Server(app);
var io = require('socket.io')(server);