Skip to content

Backend implementation in node.js and mongodb for web push notifications. Exposes an API for signup (create vapid keys), login (returns a token), add subscriptions and send notifications

Notifications You must be signed in to change notification settings

takisrs/web-push-backend

Repository files navigation

Web Push Notifications - Backend implementation

Implemented with nodejs and mongodb

  1. Setup your mongodb database and configure enviroment variables in nodemon.json
  2. Install dependencies and run for development:
npm install && npm start

You may interact with the exposed api by using my implementation in vue.js
API documentation to be added

About

Backend implementation in node.js and mongodb for web push notifications. Exposes an API for signup (create vapid keys), login (returns a token), add subscriptions and send notifications

Resources

Stars

Watchers

Forks

Languages