Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon04/web-push-notifications
Sending Web Push Notifications with Java
https://github.com/simon04/web-push-notifications
web-push web-push-api web-push-notification web-push-notifications
Last synced: 7 days ago
JSON representation
Sending Web Push Notifications with Java
- Host: GitHub
- URL: https://github.com/simon04/web-push-notifications
- Owner: simon04
- License: mit
- Created: 2021-12-11T19:06:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T19:46:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T17:25:26.063Z (28 days ago)
- Topics: web-push, web-push-api, web-push-notification, web-push-notifications
- Language: Java
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-push-notifications
Send web push notification using Java.
Based on the source code for the blog post [Sending Web Push Notifications with Java](https://golb.hplar.ch/2019/08/webpush-java.html).
## License
MIT
## Authors
- @ralscha https://github.com/ralscha/blog2019/tree/master/webpush
- @simon04