Example Restify server showing how to use closures to split routes and organize a project
$ git clone https://github.com/shermify/restify-example
$ cd restify-example
$ npm install
$ npm start
Navigate to http://localhost:3000/route1 or http://localhost:3000/route2
$ npm test