Express.js

Express.js
Expressjs.png
Developer(s) Douglas Christopher Wilson and community
Development status Active
Written in JavaScript
Operating system Cross-platform
Platform Node.js
Type Web application framework
License MIT License
Website expressjs.com

Express.js is a Node.js web application server framework, designed for building single-page, multi-page, and hybrid web applications.[1] It is the de facto standard server framework for node.js.[2] The original author, TJ Holowaychuck, described it as a Sinatra-inspired server,[3] meaning that it is relatively minimal with many features available as plugins.

Express is the backend part of the MEAN stack, together with MongoDB database and AngularJS frontend framework.

Usage

Netflix[4]

See also

References