Skip to content

Commit

Permalink
getting ready for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
sabman committed Sep 13, 2011
1 parent 051e293 commit 19e0ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ server = http.createServer (req, res) ->
res.writeHead 200, 'Content-Type': 'text/html'
res.end data, 'utf8'

server.listen 3000
server.listen(process.env.PORT || 3000)

io = require('socket.io').listen server
io.sockets.on 'connection', (socket) ->
Expand Down
2 changes: 1 addition & 1 deletion server.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19e0ce1

Please sign in to comment.