A Javascript Powered Distributed System For High Performance Computing
> A Javascript Powered Distributed System For High Performance Computing

   

``sh`
$ npm install -g trueno.io
`sh
Usage: trueno
Commands:
supervisor [flags..] Launch the Trueno.io Supervisor
sandbox [flags..] Launch a Trueno.io Sandbox
console [flags..] Launch the Trueno.io Console in a local web-app or command line interface
provider [flags..] Launch a Trueno.io Data Provider
tools [flags..] Launch the Trueno.io Tools command line interface
help [cmd] display help for [cmd]
Options:
-h, --help output usage information
-V, --version output the version number
Example:
$trueno supervisor
`usage: Console
`sh
Usage: trueno console [options]
Options:
-h, --help output usage information
-V, --version output the version number
-a, --address
-p, --port
-w, --web Start the Console in localhost web app, port: 8002
-v, --verbose Start the Server in verbose mode, i.e. all debbuging outputs will be printed to console
`usage: Supervisor
`sh
Usage: trueno supervisor [options]
Options:
-h, --help output usage information
-V, --version output the version number
-a, --address
-p, --port
-m, --max-connections
-w, --workers
-v, --verbose Start the Supervisor in verbose mode, i.e. all debbuging outputs will be printed to console
`usage: Sandbox
`sh
Usage: trueno sandbox [options]
Options:
-h, --help output usage information
-V, --version output the version number
-a, --address
-p, --port
-w, --workers
-m, --max-jobs
-s, --secure
--web Start sandbox in web mode, the target server port will be used as web server port.
-v, --verbose Start the Server in verbose mode, i.e. all debbuging outputs will be printed to console
`usage: Provider
`sh
Usage: trueno provider [options]
Options:
-h, --help output usage information
-V, --version output the version number
-a, --address
-p, --port
-m, --max-connections
-w, --workers
-v, --verbose Start the Server in verbose mode, i.e. all debbuging outputs will be printed to console
``License
MIT © Victor Santos, Servio Palacios, Edgardo Barsallo, Ananth Grama