flatterbuf

I was inspired from https://google.github.io/flatbuffers/. But i wanted compiler independ serialization. So I choosed typescript as Definition language und and build the first generator to typescript. But I will need to build a c++ generator next.

Usage no npm install needed!

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

README

flatterbuf

I was inspired from https://google.github.io/flatbuffers/. But i wanted compiler independ serialization. So I choosed typescript as Definition language und and build the first generator to typescript. But I will need to build a c++ generator next.