Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 367 Bytes

flatbuffers_example

Simple and easy to use golang example, demonstrating how to use flatbuffer, google's serialization/deserialization library.

This example focuses in creating 2 schemas User and Group, then write data into the buffer and send those bytes to a nodejs client.

How to run

make PORT=3001

License

Apache license 2.0