Multiple socket connection for TCP server, How to scale using worker thread in Nodejs

前端 未结 0 1549
野趣味
野趣味 2021-02-14 07:07

I have following code, As there are N number of socket sending sequential stream. how to scale this using worker threads in nodejs.

const Net = require(\'net\');
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题