erpc icon indicating copy to clipboard operation
erpc copied to clipboard

Flat buffers support

Open gedw99 opened this issue 3 years ago • 2 comments

Would you be ok with adding flatbuffers ?

I used to use protobuf but now flatbuffers is mature. It’s much faster and I am using it on golang projects

it also makes it much easier to compile to wasm with tinygo if your interested

gedw99 avatar May 20 '21 14:05 gedw99

I need to evaluate the feasibility before I give you an answer

andeya avatar May 20 '21 17:05 andeya

example usage:

https://github.com/apache/skywalking-banyandb/blob/main/banyand/liaison/grpc/grpc.go

https://github.com/untillpro/dynobuffers

gedw99 avatar May 21 '21 09:05 gedw99