An open API service indexing awesome lists of open source software.

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

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
```