search

Home  >  Q&A  >  body text

node.js - Is there any better node architecture sample code?

I am new to node, is there any better sample code

天蓬老师天蓬老师2748 days ago575

reply all(2)I'll reply

  • 世界只因有你

    世界只因有你2017-05-16 13:35:41

    Node is widely used. If you want to learn node backend server development, you can take a look at express or koa, both of which have sample codes.

    express comes with scaffolding, which can automatically generate a project template with the most basic structure.
    koa can use this scaffolding koa-generator.

    reply
    0
  • 某草草

    某草草2017-05-16 13:35:41

    If you are getting started for the first time, it is recommended to use express to build it,
    http://www.expressjs.com.cn/4...

    reply
    0
  • Cancelreply