first commit

This commit is contained in:
2025-10-16 19:38:09 +00:00
commit 4ee1259d51
10 changed files with 838 additions and 0 deletions

19
README Normal file
View File

@@ -0,0 +1,19 @@
tcp-protobuf-app/
├── proto/
│ └── service/
│ └── v1/
│ └── service.proto # Схема Protobuf
├── buf.yaml # Конфігурація Buf
├── buf.gen.yaml # Налаштування генерації
├── server/
│ └── main.go
└── client/
└── main.go
go install github.com/bufbuild/buf/cmd/buf@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest