jinqian / hello-grpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC in action

  • protobuf: service definitions
  • androidapp: the Android app
  • serverapp: the server app

There are 2 examples:

  • the basic `Hello World example, forked from the offical example
  • and a slightly advanced Pokédex example: it retrieves the pokémon's information in French when searching with its English name

pokedex-app

The full article can be found here

About


Languages

Language:Kotlin 100.0%