Showing posts with label NPM. Show all posts
Showing posts with label NPM. Show all posts

Thursday, March 9, 2017

Overview of Restify

Restify is a node.js module built specifically to enable you to build correct REST web services. It intentionally borrows heavily from express as that is more or less the de facto API for writing web applications on top of node.js

Wednesday, February 1, 2017

NodeMon for monitorng Node.js applications


Nodemon: Monitors for any changes in node.js application and automatically restarts the server

Nodeman installation command
C:\Development\NodeProjects\bookstore>npm install -g nodemon