Add content-type
This commit is contained in:
parent
c3428e0b68
commit
cbdf009d46
3 changed files with 22 additions and 13 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// DEBUG=* node app.js
|
||||
var app = require('express')();
|
||||
var server = require('http').Server(app);
|
||||
var io = require('socket.io')(server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue