JSPM

  • Created
  • Published
  • Downloads 1764619
  • Score
    100M100P100Q195008F
  • License SEE LICENSE IN LICENSE.txt

Memory Efficient Serialization Library

Package Exports

  • flatbuffers
  • flatbuffers/js/flatbuffers.js
  • flatbuffers/js/flexbuffers
  • flatbuffers/js/flexbuffers.js
  • flatbuffers/mjs/flatbuffers.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (flatbuffers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

logo FlatBuffers

Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow Twitter Follow

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.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Security

Please see our Security Policy for reporting vulnerabilities.

Licensing

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