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

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

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