https://github.com/samchon/tgrid.example.shared-worker
TGrid example describing SharedWorker
https://github.com/samchon/tgrid.example.shared-worker
Last synced: 9 months ago
JSON representation
TGrid example describing SharedWorker
- Host: GitHub
- URL: https://github.com/samchon/tgrid.example.shared-worker
- Owner: samchon
- License: mit
- Created: 2024-05-15T16:22:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T12:57:57.000Z (over 1 year ago)
- Last Synced: 2025-01-03T12:19:45.179Z (over 1 year ago)
- Language: TypeScript
- Size: 18.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 SharedWorker Example
`tgrid.example.shared-worker` is an example project of `TGrid`.
It describes how to development `SharedWorker` protocol with RPC (Remote Procedure Call).
- [TGrid > Guide Documents > Remote Procedure Call](https://tgrid.com/docs/remote-procedure-call)
- [TGrid > Guide Documents > Features > Worker > Shared Worker](https://tgrid.com/docs/features/workers/#shared-worker)
```bash
git clone https://github.com/samchon/tgrid.example.shared-worker
npm install
npm run build
npm start
```