https://github.com/sean-perkins/nestjs-sockets
Example repository of NestJS implementation of Sockets
https://github.com/sean-perkins/nestjs-sockets
chat nestjs socket-io
Last synced: about 1 year ago
JSON representation
Example repository of NestJS implementation of Sockets
- Host: GitHub
- URL: https://github.com/sean-perkins/nestjs-sockets
- Owner: sean-perkins
- License: mit
- Created: 2017-10-25T03:50:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T03:53:17.000Z (over 8 years ago)
- Last Synced: 2025-05-05T20:13:06.495Z (about 1 year ago)
- Topics: chat, nestjs, socket-io
- Language: JavaScript
- Size: 71.3 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NestJS Socket Example
Example repository demonstrating socket communciation (chat) with NestJS.
### Commands
- `npm run start`
- `npm run start:watch`
- `npm run prestart:prod`
- `npm run start:prod`