This is Node.js Client of Project DD@Home.
Cluster Manager and Protocol: https://github.com/dd-center/Cluster-center
Thank you for participating DD@Home!
https://github.com/dd-center/DDatHome-nodejs/releases/latest
You need to install Node.js at https://nodejs.org/en/download/
npx dd-center/DDatHome-nodejs
Docker Hub: https://hub.docker.com/r/simon300000/ddathome-nodejs
docker pull simon300000/ddathome-nodejs
docker run simon300000/ddathome-nodejs
docker run -d simon300000/ddathome-nodejs
You need to install Node.js at https://nodejs.org/en/download/
git clone https://github.com/dd-center/DDatHome-nodejs.git
cd DDatHome-nodejs
npm install
node index.js
pm2 start ecosystem.config.js
Edit Settings by environment variables or by command line arguments.
--url=<URL> URL to the websocket server.
--interval=<time> Interval to pull tasks (ms).
--anonymous Do not send platform info to the server.
--nickname=<name> Use a nickname. [env: NICKNAME]
--verbose Be more verbose. [env: VERBOSE]
| ENV | Default | Document |
|---|---|---|
| URL | wss://cluster.vtbs.moe | Upstream URL |
| INTERVAL | 480 | Task interval in ms |
| HIDE | false * | hide all extra information including platform, client version, Node.js runtime version, docker status ** |
| NICKNAME | undefined | A optional nickname to display on statistics board (in progress). |
| Docker | Depends | Is Docker environment? |
| VERBOSE | false * | Verbose log |
* giving any value will make it true
** details see source code
The source code of backend (Cluster Manager) is available at https://github.com/dd-center/Cluster-center
Content type
Image
Digest
sha256:17a81bde6…
Size
58.8 MB
Last updated
over 3 years ago
docker pull simon300000/ddathome-nodejs