https://github.com/newfuture/wwof
:construction_worker: Web Worker Offloading Framework to migrate Web Worker from browser to server
https://github.com/newfuture/wwof
nodejs offloading web-worker
Last synced: 9 months ago
JSON representation
:construction_worker: Web Worker Offloading Framework to migrate Web Worker from browser to server
- Host: GitHub
- URL: https://github.com/newfuture/wwof
- Owner: NewFuture
- License: mit
- Created: 2015-11-17T08:06:26.000Z (over 10 years ago)
- Default Branch: server
- Last Pushed: 2017-02-01T05:43:23.000Z (about 9 years ago)
- Last Synced: 2024-10-26T07:29:37.239Z (over 1 year ago)
- Topics: nodejs, offloading, web-worker
- Homepage: https://newfuture.github.io/WWOF/
- Size: 114 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WWOF
An energy efficient offloading framework for migrating web worker from browser to server
## download
```
git clone -b server https://github.com/NewFuture/WWOF.git
```
## run with [docker](https://github.com/NewFuture/WWOF-docker)
```
docker run -it --rm -p 8888:8888 -v "$(pwd)/WWOF/":/newfuture/wwof newfuture/wwof node app.js
```
## run manually
```
npm install
```
```
node app.js
```