rhea-rpc
v0.2.22
Published
A promise based RPC server client communication on qpid using \`rhea\` amqp library over amqp 1.0 protocol
Downloads
45
Maintainers
Readme
A Promise based rpc server and client implementation for rhea-promise, using json-schema for validation.
This repo is replacement for amqp10-rpc using rhea
and rhea-promise
.
For more implementation check Examples
To run Examples:
- Open the code in devcontainer
- Open two terminals
- In one run
node dist/Examples/server.js
and in other runnode dist/Examples/client.js