mosca
mosca copied to clipboard
Feature Request: Use Node 10 worker threads for real parallelization
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.