39 stable releases
2.8.7 | Jul 18, 2023 |
---|---|
2.8.5 | Jun 27, 2023 |
2.4.10 | Mar 20, 2023 |
2.4.9 | Oct 9, 2022 |
0.1.0 | Oct 29, 2020 |
#208 in Encoding
269 downloads per month
57KB
1.5K
SLoC

Bebop
No ceremony, just code.
Blazing fast, typesafe binary serialization.

Modern code generation. No bloat.
Intro
Bebop enables schema-based, typesafe, binary serialization and code generation. It is designed to be a good fit for clientβserver or distributed web apps that require a faster, more concise, and more typesafe alternative to JSON or MessagePack, while avoiding the complexity of Protocol Buffers, FlatBuffers, and similar solutions.
If you want to get familiar with the schema language and see what the generated code looks like, try out the web REPL.
Features
- π§ββοΈ Supports Typescript, C#, Rust, C++, and more.
- π Snappy DX - integrate
bebopc
into your project with ease. Language support available in VSCode. - π Light - Bebop has zero deps and a tiny runtime footprint. Generated code is tightly optimized.
- π RPC - build efficent APIs with Tempo.
- βοΈ Runs everywhere - browsers, serverless platforms, and on bare metal.
π For more information check out the wiki. π
Bebop is insanely fast! π
Releases
To find the latest release of the bebopc
and its corresponding runtimes, visit the release page.
Documentation
Bebop is documented on this repository's wiki. Here are some quick links to get you started:
Dependencies
~145KB