Skip to content

nischalbasnet/scala-gRPC-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-gRPC-test

Sample of gRPC using ScalaPB.
Configuration file is present in src/main/resources/application.conf Instance of typesafe Config class injected using scala-guice

Server

Run following command and select option for AppServer

> sbt run

Multiple main classes detected, select one to run:

 [1] AppServer
 [2] Client
[info] Packaging ...

Enter number: [info] Done packaging.
1

Client

Run following command and select option for Client

> sbt run

Multiple main classes detected, select one to run:

 [1] AppServer
 [2] Client
[info] Packaging ...

Enter number: [info] Done packaging.
2

Enter a name when prompted, which will be used to make call to the server Entering "exit" as name will close the client

About

Sample of gRPC using ScalaPB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages