@seznam/fastrpc
v1.0.1
Published
Implementation of FastRPC protocol by Seznam.cz
Downloads
24
Readme
@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