5
Shouts

Dean Hume - MVC and HTML5 Web Workers

published 535 days, 12 hours, 51 minutes ago posted by deanomachinodeanomachino 537 days, 8 hours, 45 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Tuesday, December 06, 2011 8:32:08 AM GMT

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...

category: Web Dev | clicked: 28 | | source: deanhume.com | show counter code
tags: C#, Web workers, HTML 5, MVC