bebop

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

  • bebop

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
bebop
2.8.75 months ago12 years agoMinified + gzip package size for bebop in KB

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.