In modern web applications there are lots of cases when we need to do complicated calculations in the background. The way to do it is by using Web Workers. Web Workers provide a standard way for browsers to run JavaScript in the background and in this book we will see what are the best ways to use them.