2016-07-28 00:34:00 +00:00
![logo ](http://google.github.io/flatbuffers/fpl_logo_small.png ) FlatBuffers
2016-01-22 16:57:47 +00:00
===========
2016-11-02 21:05:31 +00:00
[![Join the chat at https://gitter.im/google/flatbuffers ](https://badges.gitter.im/google/flatbuffers.svg )](https://gitter.im/google/flatbuffers?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
2016-07-28 00:34:00 +00:00
[![Build Status ](https://travis-ci.org/google/flatbuffers.svg?branch=master )](https://travis-ci.org/google/flatbuffers) [![Build status ](https://ci.appveyor.com/api/projects/status/yg5idd2fnusv1n10?svg=true )](https://ci.appveyor.com/project/gwvo/flatbuffers)
2018-09-21 17:42:00 +00:00
**FlatBuffers** is a cross platform serialization library architected for
maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
2016-01-22 16:57:47 +00:00
**Go to our [landing page][] to browse our documentation.**
## Supported operating systems
* Windows
* MacOS X
* Linux
2018-09-21 17:42:00 +00:00
* Android
* And any others with a recent C++ compiler.
2016-07-28 00:34:00 +00:00
2016-01-22 16:57:47 +00:00
## Supported programming languages
* C++
* C#
2016-03-26 08:22:56 +00:00
* C
2018-09-21 17:42:00 +00:00
* Dart
2016-01-22 16:57:47 +00:00
* Go
* Java
* JavaScript
2018-09-21 17:42:00 +00:00
* Lobster
* Lua
2016-01-22 16:57:47 +00:00
* PHP
* Python
2018-09-04 06:38:41 +00:00
* Rust
2018-09-21 17:42:00 +00:00
* TypeScript
2016-01-22 16:57:47 +00:00
2018-09-21 17:42:00 +00:00
*and more in progress...*
2016-01-22 16:57:47 +00:00
2016-07-28 00:34:00 +00:00
## Contribution
2016-01-22 16:57:47 +00:00
* [FlatBuffers Google Group][] to discuss FlatBuffers with other developers and users.
* [FlatBuffers Issues Tracker][] to submit an issue.
* [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
*To contribute to this project,* see [CONTRIBUTING][].
## Licensing
*Flatbuffers* is licensed under the Apache License, Version 2.0. See [LICENSE][] for the full license text.
2015-12-04 04:30:54 +00:00
< br >
2016-07-16 04:26:50 +00:00
[CONTRIBUTING]: http://github.com/google/flatbuffers/blob/master/CONTRIBUTING.md
2015-12-04 04:30:54 +00:00
[`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers
2016-03-08 23:57:12 +00:00
[FlatBuffers Google Group]: https://groups.google.com/forum/#!forum/flatbuffers
2015-12-04 04:30:54 +00:00
[FlatBuffers Issues Tracker]: http://github.com/google/flatbuffers/issues
2017-03-29 18:58:42 +00:00
[stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
2018-05-31 16:37:51 +00:00
[landing page]: https://google.github.io/flatbuffers
2016-01-22 16:57:47 +00:00
[LICENSE]: https://github.com/google/flatbuffers/blob/master/LICENSE.txt