gRPC Go Course. Learn to build services that talk to each other efficiently using Go.

bit.ly/grpc-golang-github

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2022
  • Merge pull request #23 from Jacob953/patch-1
  • fix: --20220125 redirect link of course image
April 2021
  • Merge pull request #19 from zkscpqm/master
  • Used correct context in server funcs, removed listener closing
December 2020
  • Merge pull request #16 from said-saifi/tls-fix
  • Add generated server.csr and server.crt with SAN #15
  • Update Steps 3 and 4 to add SAN to both server.csr and server.crt #15
  • Add ssl.cnf which will be used to generate server.csr with a Subject …
May 2020
  • Merge pull request #14 from maneeshchaturvedi/deadline_fix
  • Fixed issue with greet deadline example to use context.DeadlineExceed…
January 2020
  • Merge pull request #12 from TristerosEmpire/duplicate-code
  • Correcting a duplicate code
  • Merge pull request #11 from TristerosEmpire/fix-orders
  • Deleting a useless receiving channel
  • Merge pull request #10 from TristerosEmpire/fix-orders
  • Re-ordering the differents closings
September 2019
  • Merge pull request #8 from jackycsl/update-mongo
  • update mongo driver library and fix list collection syntax
May 2019
  • Merge pull request #7 from axsauze/master
  • Create LICENSE