Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

console.io-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console.io-client

Client package for console.io (https://github.com/TellagoDevLabs/node-console.io).

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 26 Oct 2012

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc