Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/octoposprime/op-be-shared
- Owner: octoposprime
- License: mit
- Created: 2024-01-22T13:12:02.000Z (12 months ago)
- Default Branch: phase1
- Last Pushed: 2024-07-12T17:55:40.000Z (6 months ago)
- Last Synced: 2024-07-13T09:43:09.736Z (6 months ago)
- Topics: backend, golang, microservice, shared-module
- Language: Go
- Homepage: http://www.octoposprime.com
- Size: 83 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-grpcmake proto-generate
```