https://github.com/samchon/tgrid.example.remote-function-call
TGrid example for describing Remote Function Call
https://github.com/samchon/tgrid.example.remote-function-call
Last synced: 2 months ago
JSON representation
TGrid example for describing Remote Function Call
- Host: GitHub
- URL: https://github.com/samchon/tgrid.example.remote-function-call
- Owner: samchon
- License: mit
- Created: 2024-05-15T16:20:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T01:49:40.000Z (over 1 year ago)
- Last Synced: 2025-01-03T12:19:45.122Z (over 1 year ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TGrid RFC Example
`tgrid.example.remote-function-call` is an example project of `TGrid`.
It describes how to realize RFC (Remote Function 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 Funtion Call](https://tgrid.com/docs/examples/remote-function-call)
```bash
git clone https://github.com/samchon/tgrid.example.remote-function-call
npm install
npm start
```