2.0.1 • Published 7 years ago

sugo-client v2.0.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

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