Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhamd99/golang-microservices-grpc


https://github.com/shubhamd99/golang-microservices-grpc

Last synced: about 1 month ago
JSON representation

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
```