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
- Host: GitHub
- URL: https://github.com/nik-hil/go-grpc-course
- Owner: nik-hil
- Created: 2022-08-01T08:57:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T12:34:03.000Z (almost 4 years ago)
- Last Synced: 2025-03-04T20:37:55.119Z (over 1 year ago)
- Topics: go, golang, grpc, grpc-go
- Language: Go
- Homepage:
- Size: 36 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)