Client for the-server


Keywords
the
License
MIT
Install
npm install the-client@14.0.4

Documentation

the-client

Build Status npm Version JS Standard

Client for the-server

Installation

$ npm install the-client --save

Usage

'use strict'

const theClient = require('the-client')

async function tryExample () {
  const client = theClient.for('app')

  const fruitShop = await client.use('fruitShop')

  await fruitShop.buy()
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links