Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 476 Bytes

File metadata and controls

15 lines (12 loc) · 476 Bytes

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