A simple bookmarking service defined in the FlatBuffers and Protocol Buffers IDL, and creation of gRPC server interfaces and client stubs. (fileupload.fbs
fileupload.proto
)
make all
Server is listening on 2 ports one each for Flatbuffers and Protocol Buffers handles
./fileserver
or just do to run as docker image
make deploy
./fileclient -f <filename> -m proto|flat -c <num iteration>