node-flatbuffers icon indicating copy to clipboard operation
node-flatbuffers copied to clipboard

An implementation of FlatBuffers in pure JavaScript

Results 3 node-flatbuffers issues
Sort by recently updated
recently updated
newest added

Love this but when I use an fbs with a namespace it fails? I take out the namespace and it seems to work?

Is this project still maintained and working with the official binary formats?

I noticed weird errors when integrating with my project, tracked it down to the runtime compilation! When a schema is namespaced, it injects names like 'Example.Table' into the code, which...