Fast, unopinionated, minimalist web framework for Node.js适用于Node.js的快速、无偏见、最低限度的web框架
$ npm install express --save
Express 5.0 alpha documentation is now available.Express 5.0 alpha文档现已提供。
The alpha API documentation is a work in progress.alpha API文档正在编写中。For information on what’s in the release, see the Express release history.有关发布内容的信息,请参阅Express 发布历史。
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功能。