NoQueue: an experiment with Service Worker and The Physical Web

Lately I found myself spending a considerable amount of time playing with Service Worker. This is an insanely interesting new HTML5 feature that basically allow us to define a JS file as a ‘proxy’ between the actual page and the server. The so defined Javascript file is then marked as Service Worker for the current domain (or a part of it) and this is where the magic begin

A Service Worker has two main features (but more to come). The first is that it can intercepts all the HTTP requests leav...

 •  0 comments  •  flag
Share on Twitter
Published on April 26, 2015 03:21
No comments have been added yet.