-
Web Applications
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
+ Web 应用开发
+ Express 是一个简洁灵活的 Node.js Web 应用框架,为网页和移动应用提供了一套强大的功能特性。
-
APIs
With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy.
+ API 开发
+ 借助丰富的 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 特性。
中间件
- Express is a lightweight and flexible routing framework with minimal core features
- meant to be augmented through the use of Express
middleware modules.
+ Express 作为轻量级路由框架,其核心功能精简至极,可通过丰富的 Express
+
中间件
+ 模块进行功能扩展。