An open API service indexing awesome lists of open source software.

https://github.com/nik-hil/go-grpc-course

Tutorial: Learn gRPC in Go
https://github.com/nik-hil/go-grpc-course

go golang grpc grpc-go

Last synced: 5 months ago
JSON representation

Tutorial: Learn gRPC in Go

Awesome Lists containing this project

README

          

# gRPC with Go tutorial

Tutorial about using gRPC with Go.

1. Create a [dummy service](https://github.com/nik-hil/go-grpc-course/commit/4c26c6b468d646392a97169bbfb482c4b3164850 )
1. Create Greet Server. [See link for more details.](https://github.com/nik-hil/go-grpc-course/commit/a52d737ef88f744e843217c9b749caad87e4c3d8)
1. Create Greet Client. [See link for more details.](https://github.com/nik-hil/go-grpc-course/commit/9f130d4f4b8af4afaab7b078a7c4b62b9df57995)
1. Added Greeting service code for server and client. [See link for more details.](https://github.com/nik-hil/go-grpc-course/commit/694d2c505269c8f9aaaed825b9c8cb9878801780)
1. Implemented doGreet & Greet fun. [See link for more details.](https://github.com/nik-hil/go-grpc-course/tree/eb04df75c5b3112ab8888b0576df2687450a379d)
1. Implemented Sever Streaming. [See link for more details.](https://github.com/nik-hil/go-grpc-course/tree/578ac699913e08946be36c0f8f9c6662443c7c65)
1. Implemented Client Streaming. [See link for more details.](https://github.com/nik-hil/go-grpc-course/tree/a9a650f11861bf463a57f3fa2dcd7cb208ffba71)
1. Implemented Bidirectional Streaming. [See link for more details.](https://github.com/nik-hil/go-grpc-course/tree/83df0638bd70b15fd52491681b8bc402e1aa5bfc)