ruby-on-railsruby-on-rails-5web-notifications

Web Push notification in Rails 5


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.


Solution

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

    Good documentation, and good example!