Skip to content

shana/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 the complexity of Protocol and Flat Buffers.

Bebop is 10-x100 faster than currently available solutions. See the initial release blog here for more info.

bebopc

Releases

To find the latest release of bebopc and it's corresponding runtimes visit the release page here.

Guides

Web REPL

Visit https://bebop.sh/repl/ for a web-based REPL of the schema compiler.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 86.3%
  • TypeScript 5.5%
  • Dart 3.1%
  • HTML 2.7%
  • JavaScript 1.2%
  • CSS 1.0%
  • Other 0.2%