console.io-client

0.0.4 • Public • Published

console.io-client is package required to connect your node.js applications with console.io

Adding console.io to your node.js app

You will find that integrating console.io to your node.js apps is ridiculously simple.

Example

    ncc.connect({
            endpoint: "http://localhost:8080",
            name: "marketplace"
        }, function(err, result){
    });

Installation

    npm install console.io-client

Usage

Add this once in every node.js process:

    var ncc = require('console.io-client');
    ncc.connect(options, callback);

Options

  • endpoint: url to the dashboard.
  • name: unique name of this particular node.js process.
  • disableExec: disable the remote execution of code.

Contributors

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i console.io-client

Weekly Downloads

2

Version

0.0.4

License

none

Last publish

Collaborators

  • machadogj