Lab: Service Worker

The Service Worker API promises to bring as much as excitement to the web as Ajax did years ago. Beginning with being able to offer offline cachability & thus functionality, it also offers performance boosts by leveraging that same cache when a device is online, and much more to come! In this section I will be working my way through several online tutorials as I learn the API myself, then I will be adding my own demoes.

Offline Recipes for Service Workers, by David Walsh