https://github.com/samchon/tgrid.example.remote-object-call
TGrid example for describing Remote Object Call
https://github.com/samchon/tgrid.example.remote-object-call
Last synced: 9 months ago
JSON representation
TGrid example for describing Remote Object Call
- Host: GitHub
- URL: https://github.com/samchon/tgrid.example.remote-object-call
- Owner: samchon
- License: mit
- Created: 2024-05-15T16:20:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-15T17:07:18.000Z (11 months ago)
- Last Synced: 2025-09-15T09:03:36.728Z (9 months ago)
- Language: TypeScript
- Size: 19.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 ROC Example
`tgrid.example.remote-object-call` is an example project of `TGrid`.
It describes how to realize ROC (Remote Object Call) with RPC (Remote Procedure Call).
- [TGrid > Guide Documents > Remote Procedure Call](https://tgrid.com/docs/remote-procedure-call)
- [TGrid > Guide Documents > Learn from Examples > Remote Object Call](https://tgrid.com/docs/examples/remote-object-call)
```bash
git clone https://github.com/samchon/tgrid.example.remote-object-call
npm install
npm start
```