online Node.js server

前端 未结 4 772
粉色の甜心
粉色の甜心 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

    In the express link, it shows a lot of good applications written by Node.js.

    In my opinion, it is mature enough that node.js can be a standalone web application server. There are lots of lib modules supported different things in Nodejs already.

提交回复
热议问题