sugo-client

2.0.1 • Public • Published

sugo-client

Build Status npm Version JS Standard

Abstract class for SUGOS clients like actors and callers

Installation

$ npm install sugo-client --save

Usage

'use strict'
 
const { SugoClient } = require('sugo-client')
 
class MyClient extends SugoClient {
 
}
 
{
  let client = new MyClient()
  /* ... */
}
 
 

License

This software is released under the Apache-2.0 License.

Links

/sugo-client/

    Package Sidebar

    Install

    npm i sugo-client

    Weekly Downloads

    2

    Version

    2.0.1

    License

    Apache-2.0

    Last publish

    Collaborators

    • realglobe