Skip to main content

Code Generators:

  • Yeoman Scaffolding tool from the command-line.
  • Skaffolder Code generator with visual and command-line interface. It generates a customizable CRUD application starting from the database schema or an OpenAPI 3.0 YAML file.

Work with streams:

Work with streams:

Code Generators:

  • Yeoman Scaffolding tool from the command-line.
  • Skaffolder Code generator with visual and command-line interface. It generates a customizable CRUD application starting from the database schema or an OpenAPI 3.0 YAML file.

Work with streams:

corrected spelling, fixed grammer.
Source Link
Sayed Mohd Ali
  • 2.2k
  • 3
  • 13
  • 31
  • Underscore contains just about every core utility method you want.
  • Lo-Dash is a clone of Underscore that aims to be faster, more customizable, and has quite a few functions that underscore doesn't have. Certain versions of it can be used as drop-in replacements of underscore.
  • TypeScript makes JavaScript considerably more bearable, while also keeping you out of trouble!
  • JSHint is a code-checking toolstool that'll save you loads of time finding stupid errors. Find a plugin for your text editor that will automatically run it on your code.
  • Express.js is by far the most popular framework.

  • Koa is a new web framework designed by the team behind Express.js, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.

  • sails.js the most popular MVC framework for Node.js, and is based on express. It is 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.

  • Meteor bundles together jQuery, Handlebars, Node.js, WebSocket, MongoDB, and DDP and promotes convention over configuration without being a Ruby on Rails clone.

  • Tower (deprecated) is an abstraction of a top of Express.js that aims to be a Ruby on Rails clone.

  • Geddy is another take on web frameworks.

  • RailwayJS is a Ruby on Rails inspired MVC web framework.

  • Sleek.js is a simple web framework, built upon Express.js.

  • Hapi is a configuration-centric framework with built-in support for input validation, caching, authentication, etc.

  • Trails is a modern web application framework. It builds on the pedigree of Rails and Grails to accelerate development by adhering to a straightforward, convention-based, API-driven design philosophy.

  • Danf is a full-stack OOP framework providing many features in order to produce a scalable, maintainable, testable and performant applications and allowing to code the same way on both the server (Node.js) and client (browser) sides.

  • Derbyjs is a reactive full-stack JavaScript framework. They are using patterns like reactive programming and isomorphic JavaScript for a long time.

  • Loopback.io is a powerful Node.js framework for creating APIs and easily connecting to backend data sources. It has aan Angular.js SDK and provides SDKs for iOS and Android.

  • Underscore contains just about every core utility method you want.
  • Lo-Dash is a clone of Underscore that aims to be faster, more customizable, and has quite a few functions that underscore doesn't have. Certain versions of it can be used as drop-in replacements of underscore.
  • TypeScript makes JavaScript considerably more bearable, while also keeping you out of trouble!
  • JSHint is a code-checking tools that'll save you loads of time finding stupid errors. Find a plugin for your text editor that will automatically run it on your code.
  • Express.js is by far the most popular framework.

  • Koa is a new web framework designed by the team behind Express.js, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.

  • sails.js the most popular MVC framework for Node.js, and is based on express. It is 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.

  • Meteor bundles together jQuery, Handlebars, Node.js, WebSocket, MongoDB, and DDP and promotes convention over configuration without being a Ruby on Rails clone.

  • Tower (deprecated) is an abstraction of top of Express.js that aims to be a Ruby on Rails clone.

  • Geddy is another take on web frameworks.

  • RailwayJS is a Ruby on Rails inspired MVC web framework.

  • Sleek.js is a simple web framework, built upon Express.js.

  • Hapi is a configuration-centric framework with built-in support for input validation, caching, authentication, etc.

  • Trails is a modern web application framework. It builds on the pedigree of Rails and Grails to accelerate development by adhering to a straightforward, convention-based, API-driven design philosophy.

  • Danf is a full-stack OOP framework providing many features in order to produce a scalable, maintainable, testable and performant applications and allowing to code the same way on both the server (Node.js) and client (browser) sides.

  • Derbyjs is a reactive full-stack JavaScript framework. They are using patterns like reactive programming and isomorphic JavaScript for a long time.

  • Loopback.io is a powerful Node.js framework for creating APIs and easily connecting to backend data sources. It has a Angular.js SDK and provides SDKs for iOS and Android.

  • Underscore contains just about every core utility method you want.
  • Lo-Dash is a clone of Underscore that aims to be faster, more customizable, and has quite a few functions that underscore doesn't have. Certain versions of it can be used as drop-in replacements of underscore.
  • TypeScript makes JavaScript considerably more bearable, while also keeping you out of trouble!
  • JSHint is a code-checking tool that'll save you loads of time finding stupid errors. Find a plugin for your text editor that will automatically run it on your code.
  • Express.js is by far the most popular framework.

  • Koa is a new web framework designed by the team behind Express.js, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.

  • sails.js the most popular MVC framework for Node.js, and is based on express. It is 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.

  • Meteor bundles together jQuery, Handlebars, Node.js, WebSocket, MongoDB, and DDP and promotes convention over configuration without being a Ruby on Rails clone.

  • Tower (deprecated) is an abstraction of a top of Express.js that aims to be a Ruby on Rails clone.

  • Geddy is another take on web frameworks.

  • RailwayJS is a Ruby on Rails inspired MVC web framework.

  • Sleek.js is a simple web framework, built upon Express.js.

  • Hapi is a configuration-centric framework with built-in support for input validation, caching, authentication, etc.

  • Trails is a modern web application framework. It builds on the pedigree of Rails and Grails to accelerate development by adhering to a straightforward, convention-based, API-driven design philosophy.

  • Danf is a full-stack OOP framework providing many features in order to produce a scalable, maintainable, testable and performant applications and allowing to code the same way on both the server (Node.js) and client (browser) sides.

  • Derbyjs is a reactive full-stack JavaScript framework. They are using patterns like reactive programming and isomorphic JavaScript for a long time.

  • Loopback.io is a powerful Node.js framework for creating APIs and easily connecting to backend data sources. It has an Angular.js SDK and provides SDKs for iOS and Android.

Consistent spelling.
Source Link
Peter Mortensen
  • 31.3k
  • 22
  • 109
  • 132
Loading
Some copy editing.
Source Link
Peter Mortensen
  • 31.3k
  • 22
  • 109
  • 132
Loading
Adding Trails to the list of available web frameworks.
Source Link
Loading
add section about streams, add minimmist !
Source Link
user4466350
user4466350
Loading
Rollback to Revision 25
Source Link
Matt
  • 75k
  • 26
  • 154
  • 180
Loading
add framework to list
Source Link
Travis Webb
  • 14.9k
  • 9
  • 57
  • 110
Loading
Hey I suggested an edit. I'm really sorry if it doesn't make much sense in terms of Node, but I felt it was an appropriate edit.
Source Link
Loading
add AVA test runner
Source Link
Sindre Sorhus
  • 63.2k
  • 39
  • 171
  • 233
Loading
Updated Command Line Interaction to include the modern libraries as used in 2016
Source Link
dthree
  • 20.6k
  • 14
  • 79
  • 112
Loading
Adding DerbyJS
Source Link
Fer To
  • 1.5k
  • 13
  • 25
Loading
fixed broken link to underscore.js
Source Link
stephenwade
  • 1.2k
  • 2
  • 20
  • 38
Loading
added loopback.io
Source Link
Harshil Lodhi
  • 7.5k
  • 2
  • 35
  • 42
Loading
Mocha link was dead. Replaced it with its Github link
Source Link
Sushant
  • 1.4k
  • 1
  • 14
  • 32
Loading
deleted 19 characters in body
Source Link
bubakazouba
  • 1.7k
  • 3
  • 22
  • 34
Loading
added 15 characters in body
Source Link
Travis Webb
  • 14.9k
  • 9
  • 57
  • 110
Loading
prioritized js frameworks list based on npm downloads, added some details
Source Link
Travis Webb
  • 14.9k
  • 9
  • 57
  • 110
Loading
added 42 characters in body
Source Link
Gnucki
  • 5.1k
  • 3
  • 30
  • 44
Loading
added 229 characters in body
Source Link
Gnucki
  • 5.1k
  • 3
  • 30
  • 44
Loading
Fixed broken link
Source Link
Richard
  • 4k
  • 5
  • 29
  • 34
Loading
Changed lodash to Lo-Dash and added JSHint
Source Link
BonsaiOak
  • 28.6k
  • 7
  • 32
  • 54
Loading
Copy edited.
Source Link
Peter Mortensen
  • 31.3k
  • 22
  • 109
  • 132
Loading
added 195 characters in body
Source Link
Nikos
  • 7.5k
  • 9
  • 57
  • 93
Loading