Skip to content

Commit

Permalink
change port to 4000
Browse files Browse the repository at this point in the history
  • Loading branch information
jewel committed Oct 13, 2011
1 parent 1cc02fa commit 245011d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.coffee
Expand Up @@ -26,9 +26,9 @@ server = http.createServer (req,res) ->
res.write data, 'utf8'
res.end()

server.listen 4001
server.listen 4000

console.log "Server running on http://localhost:4001"
console.log "Server running on http://localhost:4000"

io = io.listen(server)
io.set 'log level', 2
Expand Down

0 comments on commit 245011d

Please sign in to comment.