Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/embbnux/ringcentral-shared-worker

A POC to run RingCentral SDK in Shared Worker
https://github.com/embbnux/ringcentral-shared-worker

Last synced: 5 days ago
JSON representation

A POC to run RingCentral SDK in Shared Worker

Awesome Lists containing this project

README

        

# RingCentral JS SDK in Shared Worker

Run RingCentral JS SDK in Shared Worker

Online demo: [here](https://embbnux.github.io/ringcentral-shared-worker/)

## Test in local

Clone this project:

```
$ git clone [email protected]:embbnux/ringcentral-shared-worker.git
```

Install Dependencies:

```
$ yarn
```

Build JS files:

```
$ yarn build
```

Start demo server:

```
$ yarn start
```

Test at `http://localhost:8080/demo/` at Chrome.
Get shared worker here: `chrome://inspect/#workers`