DEV Community

Discussion on: Transform any Meteor App into a PWA

Collapse
 
chaawlaapooja profile image
chaawlaapooja • Edited

Hello Jan,
Thanks for the article. I followed the steps mentioned above and my app is now PWA compliant. Can you help me on how to implement features like push notifications to make it behave like native app?

Collapse
 
jankapunkt profile image
Jan Küster • Edited

I currently did not implement push notifications in my pwas but I am planning a follow up article on specific pwa features that bases on this article. In the meantime you may check out the package registry atmospherejs.com for packages that provide push notifications.

Collapse
 
chaawlaapooja profile image
chaawlaapooja

Thanks!