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
- Host: GitHub
- URL: https://github.com/samchon/tgrid.example.worker
- Owner: samchon
- License: mit
- Created: 2024-05-15T16:22:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T01:07:46.000Z (11 months ago)
- Last Synced: 2025-09-15T09:03:36.739Z (9 months ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```