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

https://github.com/samchon/tgrid.example.worker

TGrid example for describing worker development
https://github.com/samchon/tgrid.example.worker

Last synced: 9 months ago
JSON representation

TGrid example for describing worker development

Awesome Lists containing this project

README

          

## TGrid Worker Example
`tgrid.example.worker` is an example project of `TGrid`.

It describes how to development `Worker` protocol with RPC (Remote Procedure Call).

- [TGrid > Guide Documents > Remote Procedure Call](https://tgrid.com/docs/remote-procedure-call)
- [TGrid > Guide Documents > Features > Worker](https://tgrid.com/docs/features/worker)

```bash
git clone https://github.com/samchon/tgrid.example.worker
npm install
npm start
```