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

https://github.com/samchon/tgrid.example.object-oriented-network

TGrid example describing Object Oriented Network
https://github.com/samchon/tgrid.example.object-oriented-network

Last synced: 9 months ago
JSON representation

TGrid example describing Object Oriented Network

Awesome Lists containing this project

README

          

## TGrid OON Example
![Object Oriented Network](/object-oriented-network.png)

`tgrid.example.object-oriented-network` is an example project of `TGrid`.

It describes how to development complicated network system with RPC (Remote Procedure Call).

- [TGrid > Guide Documents > Remote Procedure Call](https://tgrid.com/docs/remote-procedure-call)
- [TGrid > Guide Documents > Learn from Examples > Object Oriented Network](https://tgrid.com/docs/examples/object-oriented-network)

```bash
git clone https://github.com/samchon/tgrid.example.object-oriented-network
npm install
npm start
```