Web Push notification in Rails 5

dArK kNiGhT picture dArK kNiGhT · Mar 2, 2017 · Viewed 7.3k times · Source

I am creating new application in rails 5. I want to use Web Push notifications. I haven't find any document that'll help me in web push notifications.

Any help will be appreciable .Thanks in advance.

Answer

cappie013 picture cappie013 · Feb 7, 2018

I'm using this: https://github.com/zaru/webpush

Good documentation, and good example!