|
|
|
|
|
by nfmangano
4034 days ago
|
|
Could you elaborate on the maintenance costs? We use ProtoBufjs for our own real-time whiteboarding webapp over web sockets, and in the long run having strict schemas has saved us a lot of time. We're a distributed team with different members working on the front and backends, and we frequently refer to our proto files to remember how data is transferred and how it should be interpreted (explained in our proto commented code). Are the maintenance costs related to debugging unparsable messages? We've almost never had an issue there, so maybe we've just been lucky? |
|