Skip to content

Commit

Permalink
Restructure node-router to allow for more than one server. For most p…
Browse files Browse the repository at this point in the history
…eople this just means changing the line:

    var server = require('node-router');

to:

    var server = require('node-router').getServer();
  • Loading branch information
creationix committed Mar 22, 2010
1 parent 411c9e4 commit e3eb87c
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 429 deletions.

0 comments on commit e3eb87c

Please sign in to comment.