This package has been deprecated

Author message:

Exosphere is deprecated

exocomm-dev

0.9.2 • Public • Published

ExoSphere Communication Server

Circle CI

This is the development version of the ExoSphere Communication Server.

Installation

$ npm i -g exocomm-dev

APIs

ExoComm can be used via 2 separate APIs.

Command-line API

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

$ exocomm

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

$ exocomm --port <port number>

More details around configuring the port here.

JavaScript API

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

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

Functionality

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

Development

See our developer guidelines

Readme

Keywords

none

Package Sidebar

Install

npm i exocomm-dev

Weekly Downloads

4

Version

0.9.2

License

ISC

Last publish

Collaborators

  • hallettj
  • originate-owner
  • kevingoslar