GuardIn gRPC vs http

I started off building most of the client server interfaces as restful services. For each store, i had intended to provide an http implementation but as I think more about it, maybe i should have started off just doing gRPC and let the community (those that need it) create the http services.

I had to implement the following stores which have client and server interfaces

  1. Rule Store
  2. Machine Store
  3. Events Store

Leave a Reply

Your email address will not be published.