Handling requests in workers can be good for performance and security. Workers get their own thread for parallelism and fresh globals which can help limit the damage of mistakes cause by running single-user assuming browser code on the server for SSR.
Handling requests in workers can be good for performance and security. Workers get their own thread for parallelism and fresh globals which can help limit the damage of mistakes cause by running single-user assuming browser code on the server for SSR.