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

https://github.com/ruveydayilmaz/realtime-notifications

send real time notifications with socket.io
https://github.com/ruveydayilmaz/realtime-notifications

javascript nodejs socket-io

Last synced: about 2 months ago
JSON representation

send real time notifications with socket.io

Awesome Lists containing this project

README

          

# real-time notifications πŸ“
There are 2 different notification sending types in this application. One sends notifications to everyone except the sender, while the other sends notifications only to the person whose ID is given. Its only purpose is to show how to use a foundation socket.io and the notification system.
You are welcome to share any ideas with meπŸ‘Ύ

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## Run Locally πŸš€

Clone the project

~~~bash
git clone https://github.com/ruveydayilmaz/realtime-notifications.git
~~~

Go to the project directory

~~~bash
cd realtime-notifications
~~~

Install dependencies

~~~bash
npm install
~~~

Start the project

~~~bash
npm start
~~~

Now open the index.html on a browser.

## Demo
https://user-images.githubusercontent.com/74985368/230783862-c5750307-5b35-4121-bc24-869a18e725e5.mp4