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
- Host: GitHub
- URL: https://github.com/samchon/tgrid.example.object-oriented-network
- Owner: samchon
- License: mit
- Created: 2024-05-15T16:21:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T17:44:41.000Z (over 1 year ago)
- Last Synced: 2025-01-03T12:19:44.927Z (over 1 year ago)
- Language: TypeScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TGrid OON Example

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