# Reactive Switchboard API

Switchboard network provides a API for WebSockets.

The API uses [Google Flatbuffers](https://google.github.io/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](https://developer.reactivemarkets.com) for full documentation.

## Contributing

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

## Versioning

We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [releases
page](https://github.com/reactivemarkets/switchboard-api/releases).

## License

This project is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
A copy of the license is available in the [LICENSE](LICENSE) file.