from Hacker News

Bootup.js - cache and load static files from local storage

by quan on 11/2/12, 3:35 PM with 13 comments

  • by ushi on 11/2/12, 6:27 PM

    Paul Irish made something similar. A jQuery plugin that used localStorage to cache ajax responses.

    https://github.com/paulirish/jquery-ajax-localstorage-cache

  • by le_isms on 11/2/12, 4:40 PM

    Please correct me if I'm wrong, but isn't this what the browser cache is for?
  • by nickporter on 11/2/12, 4:49 PM

    Warning, LGPL licensed.
  • by itsnotvalid on 11/2/12, 6:26 PM

    Looks like an open-source version of Cloudflare's Rocket Loader, but without the source file concatenation. Still, we should produce something open-source for these.
  • by aioprisan on 11/2/12, 5:37 PM

    There is also a size limit of 5MB that you should be aware of.