RPC module

The rpc module provides the synchronous communication compoents. It contains both server and client side implementations.

Modules

The module contains the following packages:

  • Clients - mechanisms for retrieving connection settings from the microservice’s configuration and providing clients and services with these settings
  • Commands - commanding and eventing patterns
  • Trace - logging and tracing utilities

Use

Install the NPM package as

npm install pip-services4-rpc-node --save