diff --git a/zh-cn/index.md b/zh-cn/index.md index 7653247869..75192ed564 100644 --- a/zh-cn/index.md +++ b/zh-cn/index.md @@ -11,7 +11,7 @@ redirect_from: " "
-

Fast, unopinionated, minimalist web framework for Node.js

+

快速、灵活、极简的 Node.js Web 框架

$ npm install express --save
@@ -45,18 +45,22 @@ app.listen(port, () => {
-

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 + 中间件 + 模块进行功能扩展。