Here is an interesting article on using Protobuf for RPC in Elixir:
https://blog.appsignal.com/2020/03/24/how-to-use-grpc-in-elixir.html
The practical advantage of Protobuf is that it provides a sane wire protocol that is language independent.
Random outpourings of a software developer
Here is an interesting article on using Protobuf for RPC in Elixir:
https://blog.appsignal.com/2020/03/24/how-to-use-grpc-in-elixir.html
The practical advantage of Protobuf is that it provides a sane wire protocol that is language independent.