Published: December 09, 2018 • pwa, javascript, ionic
In this blog post, we look at a way to use the Background Sync API together with Angular's service worker. Or, in general, how to add custom service worker code to a generated Angular service worker.
Published: June 26, 2018 • pwa, javascript, java, spring, ionic
This blog post takes a closer look at the Background Sync API, part of the service worker implementation, and presents an example that uses Background Sync to synchronize data between an Ionic web application and a Spring Boot server application.
Published: June 22, 2018 • Updated: March 30, 2020 • pwa, javascript
This tutorial describes how to integrate a service worker written with the Workbox library, into an Angular application
Published: January 09, 2018 • pwa, javascript
Explore the provided methods of the Cache API that is primarily used in Service Workers to cache assets, but can be used anywhere as a general-purpose cache.
Published: January 09, 2018 • Updated: December 07, 2018 • java, javascript, pwa, spring
In this blog post I show you how you can send push messages from a Spring Boot application over Firebase Cloud Messaging (FCM) to connected clients with the Web Push API. The Push API is part of the Service Worker specification and does not depend on any native plugins.