4 ms·
I'm curious, what other protocols do you have in mind?
by shukantpal 4y ago
I'm curious, what other protocols do you have in mind?
- nly 4y agoGrpc + protobufs?
- RedShift1 4y agoLol, GRPC uses HTTP as its transport :'). Try again.
- Simran-B 4y agoWebSocket has a lot less fluff, but you could as well use a raw TCP socket and send JSON payloads over it with your own "protocol", e.g. with an op attribute for the action and an error attribute in responses. Another protocol that comes to mind is Apache Thrift.