Skip to content

OptimalBI/magnumbi-dispatch-client-nodejs

Repository files navigation

Nodejs - MagnumBI Dispatch Client Repository.

MagnumBI Dispatch manages microservice communication and interaction simply.
It is easy to develop and integrate with your small to medium sized development teams.
To see more about MagnumBI Dispatch and download the server click here

Requirements

Tested with NodeJS v8.10.0

Getting started

NPM coming soon!

Clone this project to start.
See the example below for more details.

Examples

import {DispatchClient, DispatchJob, SslOptions} from "./DispatchClient";
let sslOptions = new SslOptions();
sslOptions.verifySsl = false;

let mmmClient = new DispatchClient(
    "https://127.0.0.1",
    6883,
    "test",
    "token",
    sslOptions
);

// Lets check the connection to the server.
let statusResult = await mmmClient.StatusCheck();

For more example see the the file dispatch-usage-typescript.ts ot dispatch-client-usage-javascript.js.

About

The NodeJS client library for MagnumBI Dispatch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published