search

Home  >  Q&A  >  body text

node.js - nodejs用什么框架比较好?

常看到的Express,Koa,Meteor,用哪个比较好?
其次,还看到什么最好的10大框架,http://www.cnblogs.com/lhb25/p/10-best-node-js-mvc-frameworks.html
最佳的21个框架,http://www.oschina.net/news/54483/21-best-node-js-frameworks-2014
这...,究竟用什么?

阿神阿神2867 days ago927

reply all(5)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 13:11:47

    Express, there are many corresponding libraries, perfect

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:11:47

    It depends on what you want to do, just use express for web, and for other things, just use a single plug-in

    reply
    0
  • 黄舟

    黄舟2017-04-17 13:11:47

    express

    reply
    0
  • ringa_lee

    ringa_lee2017-04-17 13:11:47

    Your question itself is problematic. Which framework is better for nodejs? Do you want to build a web? Or what to do? Frames are closely related to the scene.
    If you want to write an asynchronous io queue, you can’t use web.py, right?

    reply
    0
  • PHPz

    PHPz2017-04-17 13:11:47

    I have used express to build a complete website. Using express plus its own session, cookie and xtemplate control page can complete all web front-end tasks.

    ps. If you are only doing web front-end and back-end separation, it is enough.

    reply
    0
  • Cancelreply