Skip to content

aramirez-es/grpc-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPC Proof of Concept

  1. Gradle Multi project with following sub-projects:
    • Server application + Interface Definition Language (IDL).
    • Client application.

Run the server

$ cd server
$ ../gradlew run

Run the client

$ cd client
$ ../gradlew run

Run tests

$ ./gradlew test

About

Just a simple PoC using GRPC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published