https://github.com/rootz491/real-time-notifi-system-example
Implementing socket-io on Nestjs app
https://github.com/rootz491/real-time-notifi-system-example
youtube
Last synced: 8 months ago
JSON representation
Implementing socket-io on Nestjs app
- Host: GitHub
- URL: https://github.com/rootz491/real-time-notifi-system-example
- Owner: rootz491
- Created: 2023-10-07T20:52:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T13:44:39.000Z (over 2 years ago)
- Last Synced: 2025-09-27T23:44:50.008Z (9 months ago)
- Topics: youtube
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=KD690ewEbBE
- Size: 179 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains the code for the video https://www.youtube.com/watch?v=7kt1f5r7Tb4&t=943s explaining how to setup socket connections for features like real-time notification system in nestjs.
This code is partly taken from one of my personal projects. I have removed the most other parts from the code and kept only the socket connection part. As that code is not relevant to the video and is not open source.
PS: This is a very basic implementation of socket connections. It is not recommended to use this in production. This is just for learning purposes.