Merge pull request #18 from raincole/master

Sets default port to 8124.
This commit is contained in:
ali asaria 2011-06-11 22:21:26 -07:00
commit 616e8ca5b3

View file

@ -66,7 +66,7 @@ app.post('/edit-column', function(req, res) {
res.send(req.body.value);
});
app.listen(process.argv[2]);
app.listen(process.argv[2] || 8124);
//I limit the number of potential transports because xhr was causing trouble
//with frequent disconnects