myhero-rpc

0.0.3 • Public • Published

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

/myhero-rpc/

    Package Sidebar

    Install

    npm i myhero-rpc

    Weekly Downloads

    1

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    250 kB

    Total Files

    67

    Last publish

    Collaborators

    • xiadi