Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/octoposprime/op-be-shared

OctopOS Prime Backend Shared Library
https://github.com/octoposprime/op-be-shared

backend golang microservice shared-module

Last synced: about 2 months ago
JSON representation

OctopOS Prime Backend Shared Library

Awesome Lists containing this project

README

        

# op-be-shared
The Shared Libraries ( proto-buffs, tools, libs, etc. ) for the Backend Layer of OctopOSPrime

## Pre-Requirements
Grpc
```
export PATH="$PATH:$(go env GOPATH)/bin"

go get google.golang.org/grpc
go install google.golang.org/protobuf/cmd/protoc-gen-go
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc

make proto-generate
```