Flying memes

Posts Tagged ‘serviceworker’

NoQueue: an experiment with Service Worker and The Physical Web

Sunday, April 26th, 2015

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

(more…)

A wiki engine in 40LOC with Service Workers

Sunday, August 10th, 2014

Service Workers are cool, a new technology that give you the power to write a proxy in Javascript that sits on your browser between the document and the server.

(more…)