Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 484 Bytes

@seznam/fastrpc

This is a TypeScript/JavaScript implementation of the FastRPC protocol, which is an XML-RPC based protocol that uses binary data serialization format. The npm package is called @seznam/fastrpc.

Features

  • Binary data format
  • Based on XML-RPC
  • Uses HTTP as transport protocol
  • TypeScript/JavaScript implementation

Installation

To install the package, run the following command:

npm install @seznam/fastrpc