
Node.js is the platform built on chrome’s javascript runtime for easily building fast, scalable network applications. It uses an event-driven non-blocking IO modal that makes it lightweight and efficient. node.js is perfect for data-intensive real-time applications that run across distributed devices.
Node.js frameworks can help to streamline the development of web application. We have found a great number of node.js frameworks out there. If you would like to use node.js framework, here is a complete list of frameworks available right now.
Node.js Framework Categories
- MVC frameworks
- Full-Stack Frameworks
- API frameworks
- Server Side Frameworks
- Client Side Frameworks
- Testing Frameworks
- Micro Frameworks
- libraries & Generators
MVC Frameworks
Adonis
AdonisJs is a Node.js web framework with a breath of fresh air and drizzle of elegant syntax on top of it. AdonisJs simplicity will make you feel confident about your code.
Strapi
Open source Node.js Headless CMS to easily build customisable APIs, the most advanced open-source Content Management Framework (headless-CMS) to build powerful API with no effort.
Sails.js
Sails makes it easy to build custom, enterprise-grade Node.js apps.
Build practical, production-ready Node.js apps in a matter of weeks, not months. Sails is the most popular MVC framework for Node.js, designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with a scalable, service-oriented architecture.
CompoundJS
Compound's formula is Express + structure + extensions. Where structure is the standard layout of directories, and extensions are node modules adding functionality to the framework. Compound's goal is to provide an obvious and well-organized interface for express compatible application development. This means that everything that works with express will work with compound.
Geddy
A simple, structured web framework for Node. Geddy is built on the same MVC principles that many popular frameworks are based on. Every Geddy app has its models, controllers, and views as well as config files and routes.
Tesla.js
esla is a modern MVC style framework built on top of Node.js and Express. It's built to be fast, simple and easy to configure, with sane defaults and flexible boilerplates to get you up and running as quickly as possible.
Agni
Agni is a web framework built on top of Express. It adds a thin layer of abstraction which makes route definition and directory organization easier, without giving up the full power and flexibility of Express. It does not include any database abstraction system, but leaves this choice to the developer.
TrinteJS
A MVC boilerplate for ExpressJS backed by CaminteJS and Bootstrap, based on Express MVC Bootstrap.
Locomotive
Locomotive is a web framework for Node.js. Locomotive supports MVC patterns, RESTful routes, and convention over configuration, while integrating seamlessly with any database and template engine. Locomotive builds on Express, preserving the power and simplicity you've come to expect from Node.
josi
josi is a web framework for node.js that aims to be easy to pick up for developers familiar with MVC web frameworks (e.g. ASP.NET MVC, Rails, Django) as well as making the things that are exciting about node.js - its asynchronous, event driven nature - easy to achieve.
rAppid.js
The declarative Rich Internet Application Javascript MVC Framework "It's like Flex or Silverlight for HTML5. Designed for complex web applications! Developed and based on the standards of the web - XML & Javascript."
Spine
The Model View Controller pattern is at the heart of Spine, and absolutely integral to modern JavaScript applications.
Spine is a simple and lightweight framework, and doesn't consist of a vast amount of complex widgets to configure and theme.
Grasshopper
Grasshopper is a feature-rich and flexible MVC framework for web applications and services built on node.js.
Twee.io Framework
TWEE.IO is modern modular framework for big enterprise applications for Node.js and io.js based on Express.js
Monorail.js
Monorail.js - Ultra lightweight MVC Framework for Node.js
MVC
Node Web Modules is inspired in DDD (Domain Driven Design) concepts. It defines ONLY the application layer. Basically the application layer manages application flows and it operates over domain objects. With that in mind, the following graph shows the overall architecture.
Aries
AriesNode is a MVC framework for node
Roosevelt MVC Web framework
MVC web framework for Node.js designed to make Express easier to use.
Tachi
Node.js MVC framework for seriously rapid application development.
Quickly get up and running with a node.js MVC app, using a simple view syntax and an ASP.NET MVC-style project layout. Tachi is all about ease of rapid development, with a simple mindset, easily expandable feature set, and a number of features to help increase web application speed.
Ni
Blueprint
RestMVC
Full-Stack Frameworks
AllcountJS
DerbyJS
Meteor
Yahoo Mojito Framework
Catberry
MEAN
Sane Stack
Chocolate.js
MEAN.JS
Nuke.js
Genji
SocketStream
COKE
Danf
API frameworks
Vorpal
actionhero.js
LoopBack
Restberry
Diet.js
KeystoneJS
percolator.js
Koa
RhapsodyJS
Restify
Noder.io
Facet
Socket.IO
turtle.io
StrongLoop
Restling
Server Side Frameworks
NestJS
We.js
Express
Hapi.js
simpleS
Flatiron
Total.js
Pintura
Bone.io
webjs
Spludo Framework
rapid-rest
Seki
Impress
Protos
Nombo
Polpetta
Archetype
Capsela
Omni.js
Meryl
Katana
Node-My-Eatz
Connect
Client Side Frameworks
Kassit
experimentsJS
salmon.js
Testing Frameworks
WebdriverIO
Nightwatch.js
Frisby.js
Mocha
Chai
Sixpack
Should.js
Node quickcheck
cucumis
Micro Frameworks
Express.io
Stapes.js
Frank
jqNode
Nerve
Picard
zappajs
Crixalis
Kaph
Layers
Vroom
Stick
Coffeemate
Express train
libraries & Generators
Wintersmith
krakenjs
DocPad
romulus
Petrify
Tower.js
Rendr
Sequelize
Bearcat

Janeth Kent
Licenciada en Bellas Artes y programadora por pasión. Cuando tengo un rato retoco fotos, edito vídeos y diseño cosas. El resto del tiempo escribo en MA-NO WEB DESIGN AND DEVELOPMENT.
Related Posts
How to use the endsWith method in JavaScript
In this short tutorial, we are going to see what the endsWith method, introduced in JavaScript ES6, is and how it is used with strings in JavaScript. The endsWith method is…
What are javascript symbols and how can they help you?
Symbols are a new primitive value introduced by ES6. Their purpose is to provide us unique identifiers. In this article, we tell you how they work, in which way they…
Callbacks in JavaScript
Callback functions are the same old JavaScript functions. They have no special syntax, as they are simply functions that are passed as an argument to another function. The function that receives…
How to create PDF with JavaScript and jsPDF
Creating dynamic PDF files directly in the browser is possible thanks to the jsPDF JavaScript library. In the last part of this article we have prepared a practical tutorial where I…
How to make your own custom cursor for your website
When I started browsing different and original websites to learn from them, one of the first things that caught my attention was that some of them had their own cursors,…
Node.js and npm: introductory tutorial
In this tutorial we will see how to install and use both Node.js and the npm package manager. In addition, we will also create a small sample application. If you…
How to connect to MySQL with Node.js
Let's see how you can connect to a MySQL database using Node.js, the popular JavaScript runtime environment. Before we start, it is important to note that you must have Node.js installed…
JavaScript Programming Styles: Best Practices
When programming with JavaScript there are certain conventions that you should apply, especially when working in a team environment. In fact, it is common to have meetings to discuss standards…
Difference between arrow and normal functions in JavaScript
In this tutorial we are going to see how arrow functions differ from normal JavaScript functions. We will also see when you should use one and when you should use…
JavaScript Arrow functions: What they are and how to use them
In this article we are going to see what they are and how to use JavaScript Arrow Functions, a new feature introduced with the ES6 standard (ECMAScript 6). What are Arrow…
How to insert an element into an array with JavaScript
In this brief tutorial you will learn how to insert one or more elements into an array with JavaScript. For this we will use the splice function. The splice function will not…
What is the difference between primitives types and objects in JavaScript?
In this short tutorial we are going to look at the differences between primitive types and objects in JavaScript. To start with, we're going to look at what primitive types…