7 ms·
Everything at google is built on RPCs between systems using protobufs
by ch33zer 5y ago
Everything at google is built on RPCs between systems using protobufs
- ma2rten 5y agoProtobuf is also used as a format to write data to disk.
- alephnan 5y agoWhy is this being down voted? It's accurate.
- TheReveller 5y agoAlso extensively for database column data types.
- randomswede 5y agoAnd one of the more important things done at the very beginning of each and every HTTP(S) request is packaging the web request up in a protobuf and send it onwards from the loadbalancer.