Re: [grpc-io] gRPC vs DBUS?

2021-06-16 Thread 'Eric Anderson' via grpc.io
On Wed, Jun 16, 2021 at 12:43 PM Jason Hihn wrote: > I am working on a project that currently uses DBUS and I am contemplating > moving it to ProtoBuf/gRPC. (C++ based) Protobuf seems to have many > advantages. DBus is object-oriented; you can return data (a struct) or objects (references to

[grpc-io] gRPC vs DBUS?

2021-06-16 Thread Jason Hihn
I am working on a project that currently uses DBUS and I am contemplating moving it to ProtoBuf/gRPC. (C++ based) Protobuf seems to have many advantages. As a newcomer, there are a few questions I had about gRPC: 1. DBUS provides a session bus and a system bus services. gRPC provides a server