Skip to main content

NodeJS

Process Management

  • pm2 - Advanced, production process manager for Node.js

ORM for Node.js

Template languages for JavaScript

  • nunjucks - A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

Other useful modules for Node.js

  • chalk - Terminal string styling done right
  • ipaddr.js - IP address manipulation library in JavaScript (CoffeeScript, actually)
  • jsonwebtoken -JsonWebToken implementation for node.js
  • node-ssh - SSH2 with Promises
  • node-uuid - Generate RFC-compliant UUIDs in JavaScript