Most Web Frameworks are single threaded, but there already exists Web APIs around multi-threadedness. We can explore using: - [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers), - [service workers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API)
Most Web Frameworks are single threaded, but there already exists Web APIs around multi-threadedness.
We can explore using:
Web Workers,
service workers