我正在rails 5中创建新的应用程序。我想使用Web Push通知。我没有找到任何可以帮助我进行网络推送通知的文档。
任何帮助都会很明显。谢谢。
答案 0 :(得分:3)
我使用这个:https://github.com/zaru/webpush
良好的文档和良好的榜样!
答案 1 :(得分:0)
这是一篇非常好的博文,真的帮助了我 - https://rossta.net/blog/using-the-web-push-api-with-vapid.html
好处是Github上有样本代码,您可以使用 - https://github.com/rossta/serviceworker-rails-sandbox
除此之外,如果您不熟悉使用网络推送通知,那么浏览Google的网络基础教程也不是一个坏主意。
https://developers.google.com/web/fundamentals/codelabs/push-notifications/