Socket
Book a DemoInstallSign in
Socket

armada

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

armada

node-armada ===========

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Armada is a library to help orchestrate node processes. It's the perfect companion to awsm.

Server Usage

armada server --config=~/.armada/config.json

config:

{
  "server": {
    "port": 1337,
    "secret": "secret"
  }
}

Client Usage

armada client --config=~/.armada/config.json

config:

{
  "client": {
    "port": 1338,
    "host": "serverhost:8083",
    "packages": "/path/to/client/packages"
  }
}

CLI Usage

armada cli
> clients.hello()
client1: hello
client2: hello

config:

{
  "controller": {
    "host": "serverhost:8083"
  }
}

FAQs

Package last updated on 14 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts