Our plan is to utilize grpc for communication between web UI and server, as well as implement SBE as our communication protocol. I have two questions regarding this:
- Is it possible to integrate the SBE protocol with grpc instead of protobuf?
- Are there resources available in JavaScript/TypeScript to handle encoding/decoding of SBE messages?
Any guidance on this matter would be greatly appreciated.