0.0.4 • Published 12 years ago

console.io-client v0.0.4

Weekly downloads
20
License
-
Repository
github
Last release
12 years ago

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/console.io-log",
			name: "marketplace"
		}, function(err, result){
	});

Installation

	npm install console.io-client

Usage

Add this once in every node.js process:

	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

Silvio Massari Gustavo Machado

License

MIT License

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.2a

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago