JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
listen on port 2218
[watch-my-terminal.git] / server.coffee
index 5d5ca35..b5a6ad5 100644 (file)
@@ -36,7 +36,7 @@ fs = require('fs')
 terminal = require('./terminal.coffee')
 
 # SETTINGS
-app.listen(9293)
+app.listen(2218)
 term = terminal.new(104, 66)
 
 sockets = []