/fun-with-grpc

Fun with GRPC in Golang

Primary LanguageGoMIT LicenseMIT

Fun with GRPC

  • Running server.go will listen for incoming connections and echo Ping service calls.
  • Running client.go will connect to the listening server and send and ping, outputting results.