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

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

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