I am looking at alternative ways to solve concurrent problems using javascript. One such issue that I am trying to solve is the consumption and processing of a large catalog for a mobile application. I am currently trying to implement a catalog application that contains a large amount of items on many categories… I am having a hard time coping with the challenge.
I have looked at webworkers but this is a mobile application that has to run on browsers that do not support such browser features.
What would be the most appropriate approach to tackle such a challenge. Any previous experiences would be hugely beneficial.
Have a look at IcedCoffeeScript: http://maxtaco.github.com/coffee-script/