Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Feb 1, 2016
1 parent cef7558 commit a008eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## 介绍

ThinkJS 是一款使用 ES2015/2016 特性全新开发的 Node.js MVC 框架,使用 ES2016 中`async/await`,或者 ES2015 中的 `Generator Function` 特性彻底解决了 Node.js 中异步嵌套的问题。同时吸收了国内外众多框架的设计理念和思想,让开发 Node.js 项目更加简单、高效。
ThinkJS 是一款使用 ES2015/2016 特性全新开发的 Node.js MVC 框架,使用 ES2016 中 `async/await`,或者 ES2015 中的 `Generator Function` 特性彻底解决了 Node.js 中异步嵌套的问题。同时吸收了国内外众多框架的设计理念和思想,让开发 Node.js 项目更加简单、高效。

使用 ES2015/2016 特性来开发项目可以大大提高开发效率,是趋势所在。并且新版的 Node.js 对 ES6 特性也有了较好的支持,即使有些特性还没有支持,也可以借助 [Babel](http://babeljs.io/) 编译来支持。

Expand Down

0 comments on commit a008eee

Please sign in to comment.