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

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

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 做說明!