Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Koji Shinba committed Dec 24, 2011
1 parent 4b5e93f commit bccbc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var utils = require('connect').utils
, io = require('socket.io').listen(8080)
, io = require('socket.io').listen(4000)
, redis = require('redis');

var client = redis.createClient()
Expand Down

0 comments on commit bccbc43

Please sign in to comment.