Skip to content

danieldotmw/web-push-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo for the Web Push blog

This is the working demo code for the blog post here:

https://blog.atulr.com/web-notifications

To launch backend:

cd backend
npm install
node index.js

To launch frontend:

cd frontend
npm install -g http-server
http-server

About

A blog demo to showcase how push notification works in web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.7%
  • HTML 11.4%
  • CSS 0.9%