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

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

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