-
Application and Data, Languages & Frameworks, Remote Procedure Call (RPC), and Service DiscoveryPricing:
- Open Source
First, let's think about how to make nodes to communicate with each other. The most common way is API, which yet has a drawback that it requires nodes to expose their IP addresses and ports to others, which is very insecure particularly in the public network. In light of that, we chose gRPC, a popular Remote Procedure Call (RPC) framework. We won't go deep into its technical details, but it is actually a mechanism to allow remote machines to execute commands by RPC callers.
#Web Servers #Web And Application Servers #Load Balancer / Reverse Proxy 96 social mentions
-
Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.Pricing:
- Open Source
Then we create a Protocol Buffers file node.proto, a gRPC protocol file, and enter below content.
#Web Servers #Developer Tools #Configuration Management 83 social mentions