Skip to content

dr4ke616/gRPC-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental gRPC Services

Creating simple client server application using gRPC.

Some available resources:

Building and Running

Using bazel to build the whole project:

bazel build "..."

List the project contents

bazel query "..." --output label_kind | sort | column -t

Using bazel to run the server:

# Go Server
bazel run //calculator/go/server:run_server

# Scala Server
bazel run //calculator/scala/server:run_server

Using bazel to run the client:

# Go Client
bazel run //calculator/go/client:run_client

# Scala Client
bazel run //calculator/scala/client:run_client

If using Intellij, read here

Releases

No releases published

Packages

No packages published