https://github.com/samchon/nestjs-websocket-example
Example WebSocket server of NestJS with Nestia
https://github.com/samchon/nestjs-websocket-example
Last synced: 8 months ago
JSON representation
Example WebSocket server of NestJS with Nestia
- Host: GitHub
- URL: https://github.com/samchon/nestjs-websocket-example
- Owner: samchon
- License: mit
- Created: 2024-04-30T03:20:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T15:52:47.000Z (about 2 years ago)
- Last Synced: 2024-05-10T00:05:46.708Z (about 2 years ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NestJS WebSocket Example
NestJS WebSocket example project with Nestia.
https://nestia.io/docs/core/WebSocketRoute
```bash
git clone https://github.com/samchon/nestjs-websocket-example
cd nestjs-websocket-example
npm install
npm run build
npm run test
```