/nordicjs2017

https://hontas.github.io/nordicjs2017/

Service Workers - use them!

Lightning talk @ Nordic.js 2017

View slides: https://hontas.github.io/nordicjs2017/

There are only two hard things in Computer Science: cache invalidation and naming things.
– Phil Karlton

Running on localhost with self signed certificates

Simply replace localhost:1123 with your own

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/tmp/foo --ignore-certificate-errors --unsafely-treat-insecure-origin-as-secure=https://localhost:1123 

From: http://deanhume.com/home/blogpost/testing-service-workers-locally-with-self-signed-certificates/10155

Links

Related links

tools