项目作者: eggmantv

项目描述 :
Web Push Notifications实战
高级语言: Ruby
项目地址: git://github.com/eggmantv/web-push-notifications.git
创建时间: 2017-06-25T03:57:33Z
项目社区:https://github.com/eggmantv/web-push-notifications

开源协议:

下载


Web Push Notifications

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

Web Push Notifications实战

使用

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

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

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