1.2.0 • Published 4 years ago

@reactivemarkets/platform-api v1.2.0

Weekly downloads
14
License
Apache-2.0
Repository
github
Last release
4 years ago

Reactive Platform API

The Reactive Platform provides a API for subscribing to streaming market-data over WebSockets.

The API uses Google Flatbuffers to binary-encode application messages trasmitted over WebSockets. Flatbuffers provides an efficient serialisation/deserialisaton mechanism in terms of both processing and space requirements.

See our Developer Docs for full documentation.

Getting Started

Generated code for the following languages is available on the latest branch and releases:

  • C++
  • C#
  • Go
  • Java
  • Python
  • TypeScript

The Flatbuffers schema files are located in the flatbuffers directory.

Code can be generated for additional languages supported by Flatbuffers using the flatc compiler:

$ flatc --rust *.fbs

Installing

Build artefacts are available for several languages:

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the releases page.

License

This project is licensed under the Apache 2.0 License. A copy of the license is available in the LICENSE file.

1.2.0

4 years ago

1.1.0

4 years ago

0.10.0

4 years ago

0.11.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.5.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.4.0

4 years ago