Make node.js not exit on error

前端 未结 7 1948
野的像风
野的像风 2020-12-02 04:42

I am working on a websocket oriented node.js server using Socket.IO. I noticed a bug where certain browsers aren\'t following the correct connect procedure to the server, an

7条回答
  •  遥遥无期
    2020-12-02 05:41

    I found PM2 as the best solution for handling node servers, single and multiple instances

提交回复
热议问题