Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 922 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 922 Bytes

web-push-example

License: Unlicense

Description

This project is a web push example showcasing the implementation of web push notifications. It consists of a Java backend with a REST server powered by NanoHTTPD, and a JavaScript frontend with a service worker. The frontend sends the necessary data for the notification to the REST server, which then triggers a test notification.

Features

  • Java backend with NanoHTTPD for serving REST APIs.
  • JavaScript frontend with a service worker for handling web push notifications.

Contributing

Contributions are welcome!

Authors

Jan Benz
simon04 - web-push-notifications

License

This project is licensed under the Unlicense