online Node.js server

前端 未结 4 750
粉色の甜心
粉色の甜心 2021-01-03 00:38

Is Node.js mature enough to make entire web applications in it? I mean entirely in Node.js. I read somewhere that for some reason there should be (for example) nginx behind

4条回答
  •  孤街浪徒
    2021-01-03 01:30

    Its absolutely mature enough. There are dozens of companies now that are using it in production for major features, and some that are even building their entire stacks with it.

    If you want a well-rounded web framework, check out Express.

    There are hundreds of modules that cover almost every type of feature you need, and they're mostly all easily accessible via npm (node package manager).

    Over the summer I built a high-traffic Facebook app for a client using Node. Handles everything just fine.

提交回复
热议问题