UNPKG

uva

Version:

A communication gateway for NodeJS microservices.

20 lines (11 loc) 501 B
# uva Uva is a tool for abstracting RPC (remote procedure call) communication between/with NodeJS microservices. [![Dependency Status](https://david-dm.org/zkochan/uva.svg)](https://david-dm.org/zkochan/uva) [![Build Status](https://travis-ci.org/zkochan/uva.svg?branch=master)](https://travis-ci.org/zkochan/uva) [![npm version](https://badge.fury.io/js/uva.svg)](http://badge.fury.io/js/uva) ## Installation ``` npm install --save uva ``` ## License The MIT License (MIT)