A simple, lightweight javascript librairy aimed to be the only script in your HEAD, crafted for performance to made your web app loading a breeze.
RapidoJS simply stores your script, css & data files in LocalStorage to load them rapidly in the next page refresh or API call.
Include script in your HEAD:
<script src="/path/to/Rapido.js"></script>
** Do not include the script directly from GitHub. ** The file is being served as text/plain and as such being blocked in Internet Explorer on Windows 7 for instance (because of the wrong MIME type). Bottom line: GitHub is not a CDN.
- Source hosted at GitHub
- Report issues, questions, feature requests on GitHub Issues
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.