freebird-rpc

0.3.3 • Public • Published

freebird-rpc

A RPC interface used for freebird web client and server to communicate with each other through WebSocket.

NPM

Travis branch npm npm


Documentation

Please visit the Wiki.


Overview

This module is a transportation with WebSocket protocol, which is used by the RPC interface of freebird framework. It provides methods to create RPC client and RPC server for real-time remote communications. The RPC server should be registered to freebird framework to be able to transmit freebird messages to RPC client (e.g., the web browser). And the RPC client is provided for webapp to be able to communicate with freebird.

See Overview on the Wiki for details.


Installation

$ npm install freebird-rpc --save


Usage

See Usage on the Wiki for details.


License

Licensed under MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i freebird-rpc

Weekly Downloads

6

Version

0.3.3

License

MIT

Last publish

Collaborators

  • hedywings
  • simenkid