0x1997 / flatbuffers

FlatBuffers with better gRPC integration

Home Page:http://google.github.io/flatbuffers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Android
  • Windows
  • MacOS X
  • Linux

Supported programming languages

  • C++
  • C#
  • C
  • Go
  • Java
  • JavaScript
  • PHP
  • Python

and many more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Integration

For applications on Google Play that integrate this tool, usage is tracked. This tracking is done automatically using the embedded version string (flatbuffer_version_string), and helps us continue to optimize it. Aside from consuming a few extra bytes in your application binary, it shouldn't affect your application at all. We use this information to let us know if FlatBuffers is useful and if we should continue to invest in it. Since this is open source, you are free to remove the version string but we would appreciate if you would leave it in.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.


About

FlatBuffers with better gRPC integration

http://google.github.io/flatbuffers/

License:Apache License 2.0


Languages

Language:C++ 51.9%Language:C# 8.8%Language:PHP 7.3%Language:Go 7.1%Language:Python 6.8%Language:JavaScript 6.2%Language:Java 5.5%Language:TypeScript 3.8%Language:CMake 1.0%Language:Shell 0.8%Language:Makefile 0.6%Language:Batchfile 0.2%Language:C 0.1%