https://github.com/mokkapps/void-fest-pwa-server
Node.js server which can subscribe/unsubscribe clients to topics and sends messages
https://github.com/mokkapps/void-fest-pwa-server
backend fcm fcm-notifications firebase-cloud-messaging nodejs push-notifications server
Last synced: about 1 month ago
JSON representation
Node.js server which can subscribe/unsubscribe clients to topics and sends messages
- Host: GitHub
- URL: https://github.com/mokkapps/void-fest-pwa-server
- Owner: Mokkapps
- License: mit
- Created: 2018-08-01T05:33:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T19:42:05.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T08:29:28.135Z (about 2 years ago)
- Topics: backend, fcm, fcm-notifications, firebase-cloud-messaging, nodejs, push-notifications, server
- Language: JavaScript
- Homepage: https://void-fest-pwa.herokuapp.com/
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Void Fest PWA Backend
This backend provides an API to be able to [register clients at FCM](https://firebase.google.com/docs/cloud-messaging/js/client).
# Endpoints
> GET / --> Check if backend is "alive"
> POST /api/webpush/topic/:name/subscribe --> Subscribe to a topic
> POST /api/webpush/topic/:name/unsubscribe --> Unsubscribe from a topic