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
- Host: GitHub
- URL: https://github.com/ruveydayilmaz/realtime-notifications
- Owner: ruveydayilmaz
- Created: 2022-10-18T08:49:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T16:14:12.000Z (about 3 years ago)
- Last Synced: 2025-12-12T23:39:25.897Z (6 months ago)
- Topics: javascript, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 4.77 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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πΎ
[](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