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

https://github.com/boolfalse/node-pusher-shared-workers

Node/Express.js, Pusher, Shared Workers
https://github.com/boolfalse/node-pusher-shared-workers

Last synced: 18 days ago
JSON representation

Node/Express.js, Pusher, Shared Workers

Awesome Lists containing this project

README

          

## Real-time Node.js (Express) app with plain JavaScript and Pusher.

### Installation

- Clone repository:
```
git clone git@github.com:boolfalse/node-pusher-shared-workers.git
cd node-pusher-shared-workers/
```

- Set .env variables:
```
Get credentials from [Pusher](https://pusher.com/) account
TODO: At this moment you need to set also Pusher credentials in "index.html:20" file,
but later we need to move all that credentials to untracked files.
```

- Install dependencies:
```
npm i -g npm@latest
npm i
npm start
```

- Check [http://localhost:5000](http://localhost:5000) with multiple browser tabs.