
How to load a Service Worker in Django
A service worker, part of the family of web workers, is a particular type of JavaScript code that can run off the main thread of execution. This post discusses its benefits and shows how to load one in Django.