Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T03:53:17.000Z (about 7 years ago)
- Last Synced: 2024-12-26T21:30:41.810Z (14 days ago)
- Topics: chat, nestjs, socket-io
- Language: JavaScript
- Size: 71.3 KB
- Stars: 8
- Watchers: 3
- 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`