https://github.com/jeffotoni/grpc-crud
A small crud GRPC example
https://github.com/jeffotoni/grpc-crud
go go-grpc-example golang grpc
Last synced: about 1 month ago
JSON representation
A small crud GRPC example
- Host: GitHub
- URL: https://github.com/jeffotoni/grpc-crud
- Owner: jeffotoni
- License: mit
- Created: 2022-05-02T05:15:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T14:40:28.000Z (about 4 years ago)
- Last Synced: 2025-10-07T08:43:58.875Z (9 months ago)
- Topics: go, go-grpc-example, golang, grpc
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GRPC
```bash
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
```
#### Instalar BUF
[buf build](https://docs.buf.build/installation)