bebop

The TypeScript runtime for Bebop, a schema-based binary serialization format.

Usage no npm install needed!

<script type="module">
  import bebop from 'https://cdn.skypack.dev/bebop';
</script>

README

Bebop for TypeScript

This is the Bebop runtime for TypeScript.

It exports the BebopView class used by the code that bebopc generates. (You shouldn't need to use BebopView directly: you only call the methods on the classes that bebopc generates for your schema messages.)

For more information, see: Getting started with TypeScript on the Bebop wiki.