networkop / meshnet-cni

a (K8s) CNI plugin to create arbitrary virtual network topologies
BSD 3-Clause "New" or "Revised" License
116 stars 27 forks source link

Replace REST API with gRPC #3

Closed networkop closed 5 years ago

networkop commented 5 years ago

right now meshnet-cni will talk to meshnetd over a simple REST API. this works fine and there are no issues with it. However, ideally, I'd like to replace REST with gRPC with protobuf encoding to make things more...fun?

networkop commented 5 years ago

solved in #6