Skip to content

Example Restify server showing how to use closures to split routes and organize the project

Notifications You must be signed in to change notification settings

shermify/restify-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restify-example

Example Restify server showing how to use closures to split routes and organize a project

Running the 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

Running the tests

$ npm test

About

Example Restify server showing how to use closures to split routes and organize the project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published