Skip to content

msarmento1/DisysBot-Slave

Repository files navigation

Slave

See also:

Introduction

Save application on a distributed system managed by Master). This is a lightweight service where its main purpose is to process tasks sent by master.

Getting started

Building and installing

Prereqs:

After downloading and extracting the source to a directory, on a terminal, run the following command:

npm install

And that's it!

Running

After installing the slave, you can run it by executing the following command on terminal(pwd on root of the project):

node app.js

Configuration file

You can tweak the slave configuration on <path to source>/config/config.json

Properties

  • alias: defines an alias for the slave machine
  • dispatcherAddress: sets the IP of a reachable master. If this property is set, the application will try to connect to it directly. If this property is not set, the connection mechanism will be the automatic discovery, that only works on a master configured on a local network shared by the slave aplication.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •