node.js - thinkjs和其他node框架比有什么优点么?
PHP中文网
PHP中文网 2017-04-17 11:19:21
0
1
602

thinkjs和其他node框架比有什么优点么?

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
左手右手慢动作

It has the following advantages:

  • Based on Promise, it solves the problem of asynchronous callback very well
  • Supports Http, command line, WebSocket, Restful and other access methods
  • C(Core) + B(Behavior) + D(Driver) architecture
  • Highly encapsulated Model, no need to manually write sql statements
  • Encapsulates Db, Session, Cache and other functions
  • Modifications in development mode will take effect immediately

For more information, please read this article on w3ctech http://www.w3ctech.com/topic/265

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template