Skip to content

pavitra14/grpc_hello_server

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 26, 2021 11:31
March 26, 2021 11:31
March 26, 2021 11:31
March 26, 2021 11:31
March 26, 2021 11:31

Scala + gRPC Server - Hello World

A GRPC Server application written in Scala to serve as a example application due to lack of documentation available for Scala+grpc.

Contains the following implementations:

  • Unary Calls (sayHello)
  • Client Side Streaming (clientStream)
  • Server Side Streaming (serverStream)
  • Bidirectional Streaming (streamHello)

Client Code coming soon.

About

gRPC + Scala Server Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages