An open API service indexing awesome lists of open source software.

https://github.com/eggmantv/web-push-notifications

Web Push Notifications实战
https://github.com/eggmantv/web-push-notifications

javascript ruby ruby-on-rails web-push-notification

Last synced: about 2 months ago
JSON representation

Web Push Notifications实战

Awesome Lists containing this project

README

          

# Web Push Notifications

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

Web Push Notifications实战

## 使用

- 环境要求: Ruby 2.4 +, Rails 5.1 +
- 浏览器: Chrome / Firefox最新版
- 科学上网

```shell
$ bundle
$ rails db:migrate
$ rails s
```

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

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