Olayanju-1234 / Push-Notifications

PushNotificationApp is a simple web application that sends real-time push notifications to users using Node.js and Service Worker. It supports desktop and mobile devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push Notification App using Node.js and Service Worker

This is a simple project aimed at building a push notification app using Node.js and Service Worker. The app will allow users to receive push notifications on their devices from a server, which will be implemented using Node.js. The service worker will be used to handle these notifications.

Features

  • Service worker implementation for handling push notifications

Technologies Used

  • Node.js
  • Express.js
  • Service Worker API

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository
  2. Install dependencies using npm install
  3. Start the server using npm start
  4. Navigate to http://localhost:3000 in your browser

Usage

  1. Allow push notifications from the app
  2. Send a push notification from the server using the app interface
  3. Receive the notification on your device

Credits

  • Traversy Media's YouTube tutorial series on building a push notification app using Node.js and Service Worker.

About

PushNotificationApp is a simple web application that sends real-time push notifications to users using Node.js and Service Worker. It supports desktop and mobile devices.


Languages

Language:JavaScript 90.7%Language:HTML 9.3%