Skip to content

Commit

Permalink
update for node v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jun 11, 2009
1 parent b52f05e commit 5dc4c9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server.js
@@ -1,12 +1,11 @@
HOST = null; // localhost
PORT = 8000;
PORT = 7000;

var fu = require("fu");
var fu = require("fu.js");

var MESSAGE_BACKLOG = 200;
var SESSION_TIMEOUT = 60 * 1000;


var channel = new function () {
var messages = [];
var callbacks = [];
Expand Down

0 comments on commit 5dc4c9d

Please sign in to comment.