Coder Social home page Coder Social logo

revskill10 / a-to-z-list-of-useful-node.js-modules Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aravindnc/a-to-z-list-of-useful-node.js-modules

0.0 1.0 0.0 85 KB

Collection of most awesome node modules that will extend the capability of your node.js application.

Home Page: https://aravindnc.github.io/A-to-Z-List-of-Useful-Node.js-Modules/

License: MIT License

JavaScript 100.00%

a-to-z-list-of-useful-node.js-modules's Introduction

Banner

contributions welcome HitCount

  • Use Ctrl + F or command + F to search for a module.
  • Contributions are welcome.

Other awesome lists,

Packages for development

List of packages needed for development.

Frameworks

API Framework

  • Actionhero - Multi-transport Node.js API server with integrated cluster capabilities and delayed tasks.
  • Restify - A Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale.
  • FeathersJS - An open source REST and realtime API layer for modern applications.
  • Loopback - Node.js framework for creating APIs and easily connecting to backend data sources.

Web Framework

  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Sails.js - Sails is the most popular MVC framework for Node.js.
  • Hapi - A rich framework for building applications and services.
  • Koa - Next generation web framework for Node.js

Microservice Framework

  • Micro - Asynchronous HTTP microservices.
  • Micro Panda - Node.js toolkit to help build microservices.
  • Micro-Whalla - A simple, fast framework for writing microservices in Node.js communicate using RPC / IPC.
  • Moleculer - Fast & powerful microservices framework for NodeJS.
  • Seneca - A microservices toolkit for Node.js
  • Serverless - Build and maintain web, mobile and IoT applications running on AWS Lambda and API Gateway (formerly known as JAWS).
  • StdLib - Standard library for microservices.
  • zeronode - A minimal building block for NodeJS microservices.

Game

  • ox - tiny 2D game framework for the web
  • Selfish - class-free, pure prototypal inheritance
  • Mibbu - Javascript game microframework
  • jAllegro - JavaScript port of a game programming library
  • Ocelot - minimalist HTML5 2D game engine, Ocelot aims for simplicity and small filesize
  • js13k-boilerplate - js13kGames boilerplate
  • js13k-toolkit - starter repository for js13kGames, a set of tools for developing a JS game and keeping it under 13kb
  • js13k-requirejs - require.js-powered application template with build tools
  • js13k-rollup - gulp/rollup.js powered template with support for ES2015 modules and build tools
  • js13k-starter - sample js13k project structure, example and Gulp build process
  • Tiny-Canvas - lightweight minimal implementation of a batched and stack matrix based Canvas with WebGL backend
  • Ga - tiny, cute and friendly system for making HTML5 games
  • platform-engine - 2D platform engine that handles collisions, slopes, rotations, etc.
  • js13kGames-boilerplate - includes game loop, utility functions and webpack config to package game with just one command
  • js13k-webpack-starter - build with a single command, dev server, es2015 support
  • js13k-base - simple commands, a server, and a sample game + framework
  • js13kgames-parcel-starter - starter repo to build, zip, and check the file size of your game with a single command
  • responsiveTouchGameFramework - responsive canvas game framework with unified mouse / tactile inputs
  • Tweetwork - a 140b canvas game framework
  • Kontra - a lightweight JavaScript gaming micro-library, optimized for js13kGames
  • JS13K 2017 Kit - a pico-8 like graphics engine and game boilerplate

Machine Learning Framework

  • TensorFlow - An open source machine learning framework for everyone

Database

MongoDB & Helpers

  • Mongoose - Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment.
  • Mongoose Paginate v2 - A customizable cursor based pagination plugin for Mongoose.

MySQL & Helpers

  • MySQL - A node.js driver for mysql. It is written in JavaScript, does not require compiling.
  • Sequelize - Sequelize is a promise-based Node.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server.

Development

Templates

  • EJS - Embedded JavaScript templates

Authentication

  • PassportJS - Passport is authentication middleware for Node.js and Express . A comprehensive set of strategies support authentication using a username and password, Facebook, Twitter, and more.

Upload Files

  • express-fileupload - Simple express middleware for uploading files.
  • Multer-JS - Multer is a node.js middleware for handling multipart/form-data, which is primarily used for uploading files. It is written on top of busboy for maximum efficiency.

Form Information

  • Body-parser - Node.js body parsing middleware - Parse incoming request bodies in a middleware before your handlers, available under the req.body property.

Flash Messages

  • connect-flash - The flash is a special area of the session used for storing messages. Messages are written to the flash and cleared after being displayed to the user. The flash is typically used in combination with redirects, ensuring that the message is available to the next page that is to be rendered.

EMail

  • Nodemailer - Send e-mails with Node.JS โ€“ easy as cake!
  • Express-Mailer - Send Emails from your application and response object.

HTTP REST Client

  • Axios - Promise based HTTP client for the browser and node.js

  • method-override - Lets you use HTTP verbs such as PUT or DELETE in places where the client doesn't support it.

Job Scheduler & Queueing

  • Agenda - A light-weight job scheduling library for Node.js.

Testing

  • Mocha - Simple, flexible, fun JavaScript test framework for Node.js & The Browser

Code Quality

Linting

  • ESLint - The pluggable linting utility for JavaScript and JSX
  • JSHint - A Static Code Analysis Tool for Javascript.

Packages for Management & Operations

List of packages needed for management and operations.

Loggers/Logging

  • Winston - A logger for just about everything.

Monitoring

  • PM2 - It allows you to keep applications alive forever, to reload them without downtime and facilitate common Devops tasks.
  • Forever - A simple CLI tool for ensuring that a given script runs continuously (i.e. forever).
  • nodemon - Monitor for any changes in your node.js application and automatically restart the server - perfect for development
  • Trace - A visualised stack trace platform designed for microservices.

Code Quality Analysis

  • Plato - JavaScript source code visualization, static analysis, and complexity tool.

a-to-z-list-of-useful-node.js-modules's People

Contributors

aravindnc avatar zeabdelkhalek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.