Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 443 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 443 Bytes

Web Push Notifications

https://eggman.tv/c/s-web-push-notifications

Web Push Notifications实战

使用

  • 环境要求: Ruby 2.4 +, Rails 5.1 +
  • 浏览器: Chrome / Firefox最新版
  • 科学上网
$ bundle
$ rails db:migrate
$ rails s

打开浏览器访问localhost:3000,打开你的开发者工具调试。

这个源码中比实际课程中多了后台保存subscription信息的逻辑,以供大家参考。