Skip to content

DEVBOX10/RainwayApp-bebop

 
 

Repository files navigation

Bebop

Bebop is a schema-based binary serialization technology, similar to Protocol Buffers or MessagePack. In particular, Bebop tries to be a good fit for client–server or distributed web apps that need something faster, more concise, and more type-safe than JSON or MessagePack, while also avoiding some of the complexity of Protocol Buffers, FlatBuffers and the like.

Bebop logo; The word Bebop, but the second B is replaced with a saxophone with ones and zeros coming out of it.Bebop logo; The word Bebop, but the second B is replaced with a saxophone with ones and zeros coming out of it.

Compiler Build REPL Build Integration Tests

Test .NET Test Rust Test TypeScript Test Dart

Bebop is fast! Read the initial release blog for benchmarks and more info.

Releases

To find the latest release of the Bebop compiler 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:

Web REPL

If you want to get familiar with the schema language and see what the generated code looks like, try out the web REPL.

See You Space Cowboy...

About

An extremely simple, fast, efficient, cross-platform serialization format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 67.1%
  • Rust 18.6%
  • TypeScript 4.5%
  • C++ 3.8%
  • Dart 2.2%
  • HTML 1.7%
  • Other 2.1%