myhero-rpc
v0.0.3
Published
myhero-rpc is the low level RPC framework for myhero project. It contains two parts: client and server.
Downloads
3
Maintainers
Readme
myhero-rpc - rpc framework for myhero
myhero-rpc is the low level RPC framework for myhero project. It contains two parts: client and server.
The client part generates the RPC client proxy, routes the message to the appropriate remote server and manages the network communications. Support add proxies and remote server information dynamically.
The server part exports the remote services, dispatches the remote requests to the services and also manages the network communications.
And the remote service codes would loaded by myhero-loader module and more details please access this link.
- Tags: node.js
##Installation
npm install myhero-rpc