Node.js Notes
Installation Commands
NPM Commands
Utility & Framework
axios (Promise based HTTP client)
expect (For assertion)
express (Web framework)
mocha (Test framework)
lodash (useful functions)
request (HTTP client)
socket.io (Real time application)
yargs (CLI module)
Tools
Nodemon (command line utility for hot deployment)
Debugging
Executing in debug mode
Actions under debug mode:
list(${number}) // lines to display
n // next
c // continue
repl // switch to replacement mode
syntax to halt debugging:
Last updated