Skip to content

stack-99/gRPC-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A grpc server and client example

API

  • GRPC quiz service supports 3 calls
  • GetQuizQuestions
  • AnswerQuiz (Validates the answers chosen by the user)
  • GetUserScore (Gets how the user compared to others)

Client

  • Supports 2 commands
  • Run startQuiz to start playing the game
  • Run getScore to see how well you compared to others
  • To change the username, pass the --username= argument in the commandline

Committed certs and config for easy testability

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages