A continuously expanded list of Node.js libs I want to keep in mind.
- Node Version Manager
- Development Tools
- Process Manager
- ORM's & ODM's
- File Based Databases
- Command Line
- Scraper & Crawler
- Data Parser/Converter
- Fake Data & Mocking
- Geo & Mapping
- Authentication
- Validation
- Security
- Headless Browser
- General
- n - Version management
- nave - Virtual Environments for Node
- nvm - Bash script to manage multiple versions
- nodemon - Monitor for any changes in your application and restart the server
- node-dev - Zero-conf reloading
- node-inspector - Debugger based on Blink Developer Tools
- node-supervisor - Supervisor script that runs your code, watches for changes and reloads your application
- theseus - A debugger for Brackets
- forever - CLI tool for ensuring that a given script runs continuously
- naught - Zero downtime deployment
- PM2 - Process manager for with a built-in load balancer
- bookshelf - ORM for PostgreSQL, MySQL, and SQLite
- jugglingdb - ORM/ODM for Redis, Mongo, MySQL, SQLite, PostgreSQL, neo4j and memory
- mongoose - ODM for Mongo
- mongorito - ES6 generator-based MongoDB ODM
- moron.js - Based on knex supporting SQLite3, Postgres and MySQL
- node-orm2 - ORM for MySQL, MariaDB, PostgreSQL, Amazon Redshift and SQLite
- sequelize - ORM for PostgreSQL, MySQL, MariaDB, SQLite and MSSQL
- waterline - ORM/ODM for MySQL, Mongo, PostgreSQL, Redis and more
- diskdb - A Lightweight Disk based JSON Database with a MongoDB like API
- lowdb - Flat JSON file database (Lo-Dash functional programming API)
- nedb - Embedded datastore (Mongo API)
- blessed - High-level widgets for the Terminal
- blessed-contrib - Terminal dashboards using ascii/ansi
- chalk - Terminal string styling helper
- Clor - Civilized terminal styles
- colors - Get colors in your console
- Commander - Command-line interfaces made easy
- Inquirer - A collection of common interactive command line user interfaces
- minimist - Parse argument options
- yargs - Optstrings parser
- crawler - Web Crawler/Spider + server-side jQuery
- ineed - Web scraping and HTML-reprocessing
- noodlejs - Server and module for querying and scraping data from web documents
- node-osmosis - HTML/XML parser and web scraper for NodeJS
- skrap - Easily scrap web pages by providing json recipes
- x-ray - See through the noise
- yakuza - Highly scalable scraping framework
- any-json - Convert csv, xls, xlsx, xml, yaml and more to JSON
- BabyParse - CSV parser based on PapaParse
- dsv - A parser and formatter for DSV (CSV and TSV) files
- exceljs - Excel Workbook Manager
- node-csv - Full featured CSV parser
- faker - Generate massive amounts of fake data
- fake identity - Generate random identity objects including name, address, etc
- nock - HTTP mocking and expectations library
- Leaflet headless - Headless version of Leaflet using jsdom and canvas
- mapshaper - Tools for editing geospatial vector data
- node-gdal - GDAL bindings
- ogr2ogr - ogr2ogr wrapper
- tilestream - A map tile server powered by MBTiles files
- tilestrata - A pluggable map tile server
- turf - A modular geospatial engine
- Windshaft - A map tile server for PostGIS based on Mapnik
- darklord - Stateless Authentication Server - JWT based authentication
- drywall - A website and user system
- everyauth - Authentication and authorization (password, facebook, & more)
- passport - Simple, unobtrusive authentication
- passwordless - Module to authenticate users without password
- is.js - Micro check library
- joi - Object schema validation
- validator.js - String validation and sanitization
- Credential - Password hashing and verification
- CSRF - CSRF protection middleware
- Helmet - Middleware to help secure your Express/Connect apps
- NodeSecurity - The Node Security Project
- casperjs - Navigation scripting & testing utility for PhantomJS and SlimerJS
- nightmarejs - A high level wrapper for Phantomjs
- phantomjs - Headless WebKit scriptable with a JavaScript API
- slimerjs - Scriptable browser based on Gecko