Hacker News new | ask | show | jobs
by Jarred 1344 days ago
I think it’s better to do it via multiple JS VMs than one http server splitting the work between multiple threads. There’s really not enough work for it to be worthwhile otherwise

Bun will eventually implement Worker/worker_threads and that will have an integration with the HTTP server for load balancing