uva
Version:
A communication gateway for NodeJS microservices.
20 lines (11 loc) • 501 B
Markdown
# uva
Uva is a tool for abstracting RPC (remote procedure call) communication between/with NodeJS microservices.
[](https://david-dm.org/zkochan/uva)
[](https://travis-ci.org/zkochan/uva)
[](http://badge.fury.io/js/uva)
## Installation
```
npm install --save uva
```
## License
The MIT License (MIT)