https://github.com/samchon/tgrid.example.websocket
TGrid example describing websocket development
https://github.com/samchon/tgrid.example.websocket
Last synced: 9 months ago
JSON representation
TGrid example describing websocket development
- Host: GitHub
- URL: https://github.com/samchon/tgrid.example.websocket
- Owner: samchon
- License: mit
- Created: 2024-05-15T16:21:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T00:51:46.000Z (over 1 year ago)
- Last Synced: 2025-01-03T12:19:45.213Z (over 1 year ago)
- Language: TypeScript
- Size: 16.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 WebSocket Example
`tgrid.example.websocket` is an example project of `TGrid`.
It describes how to development `websocket` protocol with RPC (Remote Procedure Call).
- [TGrid > Guide Documents > Remote Procedure Call](https://tgrid.com/docs/remote-procedure-call)
- [TGrid > Guide Documents > Features > WebSocket](https://tgrid.com/docs/features/websocket)
```bash
git clone https://github.com/samchon/tgrid.example.websocket
npm install
npm start
```