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

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

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