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

exocom-dev

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exocom-dev

Development version of the Exosphere communication platform

  • 0.11.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

ExoSphere Communication Server

Circle CI

This is the development version of the ExoSphere Communication Server.

Installation

$ npm i -g exocom-dev

APIs

ExoCom can be used via 2 separate APIs.

Command-line API

This is the main way to use ExoComDev by end users (ExoSphere developers).

$ exocom

The default port is 3100. To run it at another port:

$ exocom --port <port number>

More details around configuring the port here.

JavaScript API

You can integrate ExoCom into your own NodeJS application through its JavaScript API. The CLI is implemented using the JavaScript API.

new ExoCom
  ..on 'error', (err) -> # boo!
  ..on 'listening', (port) -> # woohoo!
  ..listen 3100

Functionality

ExoCom broadcasts messages to other services. Services have to register with it first to tell it which messages they want to send and receive.

Architecture

Development

See our developer guidelines

FAQs

Package last updated on 07 Mar 2016

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