DotNetShoutout - Stories tagged with Web workers
5
Shouts

Dean Hume - MVC and HTML5 Web Workers

published 531 days, 4 hours, 11 minutes ago posted by deanomachinodeanomachino 533 days, 6 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... (more)
category: Web Dev | clicked: 28 | comment | | source: deanhume.com
tags: C#, Web workers, HTML 5, MVC