PollenJS: Javascript Web Workers Library

As a follow up to my previous post regarding Javascript Web Workers, I'm pleased to announce the release of PollenJS, the first worker-specific javascript library: PollenJS on github PollenJS offers the following: Utility Methods fn trim each to_array in_array clone last unique merge filter map keys values isArr isFn isStr isNum isUndef isNull extend JSON Methods stringify parse decode encode AJAX Methods getJSON get post Most of these might look familiar. A lot of the naming conventions were adopted from popular libraries to...
Read More

Expanding Capabilities of Javascript Web Workers

Yesterday, I was introduced to Javascript Web Workers during a bad-ass FireBug console hack-session with Al MacDonald (http://hyper-metrix.com). I have to say... this is the coolest thing I've seen in a very long time... Workers are currently available in FireFox 3.5, Safari 4 and (according to John Resig) the Chromium...
Read More