Skip to content

venkatvellaichamy/nodejs-stuff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 

Repository files navigation

Node.js Stuff

A continuously expanded list of Node.js libs I want to keep in mind.

Node Version Manager

  • n - Version management
  • nave - Virtual Environments for Node
  • nvm - Bash script to manage multiple versions

Development Tools

  • 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

Process Manager

  • 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

ORM's & ODM's

  • 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

File Based Databases

  • 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)

Command Line

  • 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

Scraper & Crawler

  • 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

Data Parser/Converter

  • 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

Fake Data & Mocking

  • faker - Generate massive amounts of fake data
  • fake identity - Generate random identity objects including name, address, etc
  • nock - HTTP mocking and expectations library

Geo & Mapping

Authentication

  • 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

Validation

  • is.js - Micro check library
  • joi - Object schema validation
  • validator.js - String validation and sanitization

Security

  • Credential - Password hashing and verification
  • CSRF - CSRF protection middleware
  • Helmet - Middleware to help secure your Express/Connect apps
  • NodeSecurity - The Node Security Project

Headless Browser

  • 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

General

  • cheerio - Implementation of core jQuery for the server
  • del - Delete files/folders using globs
  • fortune - A framework for prototyping hypermedia APIs
  • fs-extra - Extra methods for the fs object

About

Node.js libs I want to keep in mind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published