John Resig – Computing with JavaScript Web Workers

July 22, 2009

javascript / programming

Web Workers are, undoubtedly, the coolest new feature to arrive in the latest version of web browsers. Web Workers allow you to run JavaScript in parallel on a web page, without blocking the user interface.