Skip to content

Commit

Permalink
from nodefu to nodester
Browse files Browse the repository at this point in the history
  • Loading branch information
meso committed Jan 21, 2011
1 parent f156a68 commit d858c91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server.js
Expand Up @@ -3,7 +3,6 @@
* Module dependencies.
*/


var http = require('http'),
express = require('express'),
connect = require('connect'),
Expand Down Expand Up @@ -41,7 +40,7 @@ app.get('/', function(req, res){
});
});

app.listen(8151);
app.listen(8066);

var socket = io.listen(app);
var playerCount = 0;
Expand Down

0 comments on commit d858c91

Please sign in to comment.