https://github.com/kevinbird61/grpc-practice
Practice & Tutorial of grpc and protocol buffer
https://github.com/kevinbird61/grpc-practice
grpc tutorial
Last synced: 11 months ago
JSON representation
Practice & Tutorial of grpc and protocol buffer
- Host: GitHub
- URL: https://github.com/kevinbird61/grpc-practice
- Owner: kevinbird61
- Created: 2017-11-30T10:31:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T14:20:47.000Z (over 7 years ago)
- Last Synced: 2025-02-17T14:23:43.138Z (about 1 year ago)
- Topics: grpc, tutorial
- Language: Python
- Homepage: https://kevinbird61.github.io/grpc-practice/
- Size: 11.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-practice
- 本專案為 grpc 相關學習(包括 protocol buffer 的使用、Makefile 等等),並且分析比較其與以往 restful 不同處
- 目前主要以 C++ 作為主要語言,未來會加上 nodejs 版本、go 版本做實際使用(實際與現今 restful 架構做比較)
# 教學目錄
## [Learning gRPC](https://kevinbird61.github.io/grpc-practice/)
- [Lesson 1 - Simple HelloWorld 專案位置](https://github.com/kevinbird61/grpc-practice/tree/master/01-HelloWorld)
# Build
## docs
* 進入 docs/ 資料夾下做 `make` 即可
## tutorial program
* 進入各個資料夾底下做 `make` 即可
* 各個資料夾內都有各自獨立的 README.md 做說明!