janbnz / web-push-example

📬 Web push example with Java backend for real-time notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

📬 Web push example with Java backend for real-time notifications

License:The Unlicense


Languages

Language:Java 86.3%Language:HTML 11.2%Language:JavaScript 2.5%