moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

Feature Request: Use Node 10 worker threads for real parallelization #809

Open PabloReszczynski opened 4 years ago

PabloReszczynski commented 4 years ago

Nodejs 10 has the new worker_threads API that allows real concurrent programming on javascript. I think this would allow performance optimizations for the broker to handle messages in parallel.