Skip to content

A simple app to practice and learning Go + Protobuf + gRPC

Notifications You must be signed in to change notification settings

thiennhan2310/contact-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact List app (GRPC)

Requirements

1/ request - response

  • add contact to list
  • get contact detail
  • search contact

2/ request - stream

  • export list contact

3/ stream - response

  • Import list contact

4/ stream - stream

  • Auto complete contact suggestion
  1. Install protoc

Download package [https://github.com/protocolbuffers/protobuf/releases]

For OSX : choose

Unzip

Move file

[Binary file]

protoc3/bin/* /usr/local/bin/

[Prebuilt package from google]

protoc3/include/* /usr/local/include/

  1. Generate protobu

protoc --go_out=plugins=grpc:. protos/contact.proto

About

A simple app to practice and learning Go + Protobuf + gRPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages