Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 361 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 361 Bytes

Пример gRPC клиента и сервера

Запуск

  1. go run cmd/server/main.go
  2. go run cmd/client/main.go

Генерация .pb.go файлов

protoc --go_out=plugins=grpc:proto proto/notification.proto