MiniWeb : MiniWeb models an entire web site in a single HTML page. All of the site files are stored in a JSON object which you can navigate with a UNIX-like she...
fetch polyfill : The global fetch function is an easier way to make web requests and handle responses than using an XMLHttpRequest. This polyfill is written as closely...
DEFENDER of the favicon : DEFENDER of the favicon is a JavaScript remake of Eugene Jarvis' brilliant arcade game Defender written by Mathieu 'p01' Henri and inspired by Scott S...
InstantClick : InstantClick is a JavaScript library that dramatically speeds up your website, making navigation effectively instant in most cases.
localForage : localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where avail...