skein-rpc

0.3.1 • Public • Published

Skein

This is a JSON-RPC library for RabbitMQ and other AMQP compatible servers.

Usage

Installation should be simple with NPM:

npm install skein-rpc --save

Once installed, using it in a client application is simple:

const Skein = require('skein-rpc');

var client = Skein.client();

client.example().then((result) => {
  console.log(results)
});

Package Sidebar

Install

npm i skein-rpc

Weekly Downloads

1

Version

0.3.1

License

MIT

Unpacked Size

44.4 kB

Total Files

35

Last publish

Collaborators

  • tadman