Coding Tips & TricksHomeAboutContactCV
MVC and HTML5 Web Workers
Tweet HTML5 Web Workers are cool. As a developer that spends most of his time working with server side code, I like to think of Web Workers as .net's System.Threading for the front end. Basically, Web Workers allow you to run client side scripts without interrupting the page or any other scripts that are currently running. They are basically an API specification that lets you create background JavaScript threads to process...
No comments yet, be the first one to post comment.