Back to Glossary
FrontendIntermediate

What is Web Worker?

A way to run JavaScript code in the background without blocking the main page from responding to users.

Why It Matters

Web workers keep your UI responsive during heavy computations by running them on a separate thread.

Real-World Example

Processing a large CSV file in a web worker so the page stays responsive while the data is being parsed.

“Understanding terms like Web Worker matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

Learn More at buildDay Melbourne

Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.