Javascript – Nodejs : Should I use worker threads for sending 5000+ http requests?
if I want to send like messages to 5000+ users in nodejs, which takes a long time + I dont want it to be render blocking, is Worker threads what I need? the docs says: Workers (threads) are useful for…