pubsub_demo.rb

GRPC system in Ruby

Install

All systems
curl cmd.cat/pubsub_demo.rb.sh
Debian Debian
apt-get install ruby-grpc
Ubuntu
apt-get install ruby-grpc
image/svg+xml Kali Linux
apt-get install ruby-grpc
Windows (WSL2)
sudo apt-get update sudo apt-get install ruby-grpc

ruby-grpc

GRPC system in Ruby

Send RPCs from Ruby using GRPC. GRPC is a high performance, open-source universal RPC framework. Some features of gRPC: * Simple service definition * Works across languages and platforms * Start quickly and scale * Bi-directional streaming and integrated auth