Fast, unopinionated, minimalist web framework for Node.js适用于Node.js的快速、无偏见、最低限度的web框架
$ npm install express --save

Web ApplicationsWeb应用程序

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.Express是一个最小且灵活的Node.js web应用程序框架,为web和移动应用程序提供了一组强大的功能。

APIs

With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.有了大量的HTTP实用工具方法和中间件供您使用,创建一个健壮的API既快捷又简单。

Performance性能

Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love.Express提供了一层薄薄的基本web应用程序功能,而不会掩盖您所了解和喜爱的Node.js功能。

Frameworks框架

Many popular frameworks are based on Express.许多流行的框架都基于Express。