/service-worker-intro

Basic example of service workers, for my talk "Room Service (Workers) Please!"

Primary LanguageHTML

Service Worker Introduction

The code for my talk about Service Workers.

You can check the Slides.

A small example of how to create a Service Worker, And use it in order to get a full offline experince for our website. You can checkout to starter-no-service-worker branch, to see the same webiste without the worker.

Bonus: An example of push notifcations is on branch with-push-notifcations