Results 3 comments of Michael

Developing and maintaining a multiplayer game will be cheaper and easier when the big data are stored locally first before running the application. Accessing local files are very beneficial for...

I'd like to stay away from cache when dealing with big data if possible. As different browsers have different policies on big cache.

Yeah, me thinks HTML5 File API would be the solution instead. **Edit:** Title is modified.