Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamd99/golang-microservices-grpc
https://github.com/shubhamd99/golang-microservices-grpc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhamd99/golang-microservices-grpc
- Owner: shubhamd99
- Created: 2021-05-28T15:21:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T15:22:03.000Z (over 3 years ago)
- Last Synced: 2024-11-11T12:15:20.291Z (3 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Golang Microservices GRPC
```
1. go mod init golang_grpc (To Create go.mod package manager file)
2. go get -u google.golang.org/grpc
3. go get -u github.com/golang/protobuf/protoc-gen-go
```