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\');