node.js中的框架

载自: http://nodeframework.com/

MVC frameworks

Sinatra-like

These frameworks offer rich configuration and are less opinionated than Rails-like or full-stack.

Rails-like

Present your project properly. Create your own art from included templates


Full-stack frameworks

That's where Node.js really shines. The full-stack MVC frameworks are bundled with scaffolding, template engines, websocket and persistence libraries to allow you build real-time scalable web apps.


REST API frameworks

For those who use rich-client/front-end MVC frameworks (or not) and just need to spin up a fast Node.js REST API server.


Other libraries

Middleware, libraries and static site generators.

Not enough? Okay, here is the laundry list from Joyent.
 
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-06-20
  • 2021-12-24
猜你喜欢
  • 2021-09-30
  • 2022-12-23
  • 2021-11-29
  • 2021-11-15
相关资源
相似解决方案