https://github.com/samchon/tgrid.example.nestjs
TGrid example describing NestJS integration
https://github.com/samchon/tgrid.example.nestjs
Last synced: 9 months ago
JSON representation
TGrid example describing NestJS integration
- Host: GitHub
- URL: https://github.com/samchon/tgrid.example.nestjs
- Owner: samchon
- License: mit
- Created: 2024-05-15T16:23:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-10T15:54:42.000Z (9 months ago)
- Last Synced: 2025-09-10T19:50:01.704Z (9 months ago)
- Language: TypeScript
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TGrid NestJS Example
`tgrid.example.nestjs` is an example project of `TGrid`.
It describes how to develop `NestJS` websocket operations with RPC (Remote Procedure Call).
- [TGrid > Guide Documents > Remote Procedure Call](https://tgrid.com/docs/remote-procedure-call)
- [TGrid > Guide Documents > Features > WebSocket > NestJS Integration](https://tgrid.com/docs/features/worker/#nestjs-integration)
```bash
git clone https://github.com/samchon/tgrid.example.nestjs
npm install
npm start
```