pubsub_services.rb
GRPC system in Ruby
Install
- All systems
-
curl cmd.cat/pubsub_services.rb.sh
- Debian
-
apt-get install ruby-grpc
- Ubuntu
-
apt-get install ruby-grpc
- Kali Linux
-
apt-get install ruby-grpc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-grpc
- Dockerfile
- dockerfile.run/pubsub_services.rb
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