I have an http server and a forked child process. I want the parent to receive requests and pass to forked process using worker.send. and the worke
http
worker.send
The worker.send only takes requests coming from a net.createServer function. Try better with 'net' package instead of http. This resolved my issue