vjpai / grpc-tutorial

Tutorial for building microservices with gRPC
Apache License 2.0
5 stars 1 forks source link

Consider discussing FlatBuffers #10

Open vjpai opened 7 years ago

vjpai commented 7 years ago

Many users are interested in FlatBuffers. gRPC only officially supports protos or raw bytes, but there have been community bindings for FlatBuffers. Consider using this in some course examples.