mrinterweb / grpc_hello_world

This is a simple hello world example of gRPC using ruby and node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc_hello_world

This is a simple hello world example of gRPC using ruby and node

Install dependencies

bundle install
npm install

Running examples

Start the server

./bin/start_server.rb

Run the ruby client

./bin/ruby_client_example.rb

Run the node client

node js/hello_client.js

About

This is a simple hello world example of gRPC using ruby and node


Languages

Language:Ruby 67.6%Language:JavaScript 28.2%Language:Shell 4.2%