barakd / service-worker-intro

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:HTML 54.1%Language:JavaScript 45.9%