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

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

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