Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 494 Bytes

thrift-js

This is a stripped-down version of the thrift js library installable standalone and containing a number of performance optimisations.

Its primary purpose is to support the Ably browser client library and therefore it excludes support for:

  • RPC;
  • any transport other than TTransport;
  • any protocol other than TBinaryProtocol.

Support for other transports/protocols may be added in the future.

There is an Ably fork of thrift, and this project tracks changes to that project.