我正在Rails 5中创建新应用程序。我想使用Web推动通知。我找不到任何可以在网络推送通知中对我有帮助的文档。
任何帮助都将是可观的。提前感谢。
我正在使用:https://github.com/zaru/webpush
好的文档,很好的例子!
这是一篇非常好的博客文章,确实对我有所帮助 - https://rossta.net/blog/using-the-web-push-api-with-vapid.html
好处是,github上的示例有代码https://github.com/rossta/serviceworker-rails-sandbox
除此之外,如果您不熟悉Web推送通知,则仅通过Google的Web基础教程也不是一个坏主意。
https://developers.google.com/web/fundamentals/codelabs/push-notifications/