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
- Host: GitHub
- URL: https://github.com/boolfalse/node-pusher-shared-workers
- Owner: boolfalse
- Created: 2022-01-04T00:02:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T10:36:57.000Z (about 4 years ago)
- Last Synced: 2025-02-27T08:08:53.799Z (about 1 year ago)
- Language: HTML
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.