Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali2210/peers-peers
https://github.com/ali2210/peers-peers
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ali2210/peers-peers
- Owner: ali2210
- License: apache-2.0
- Created: 2021-06-13T10:05:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T13:10:37.000Z (about 3 years ago)
- Last Synced: 2024-06-21T03:19:20.124Z (5 months ago)
- Language: Go
- Size: 22.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# peers-peers
Project must be inside go package src## Steps for install protobuf
### Go version +1.6
### $ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
### $ export PATH="$PATH:$(go env GOPATH)/bin"
### $ protoc --go_out=paths=source_relative:. contacts/phonebook.proto
## code-generation: https://pkg.go.dev/github.com/golang/protobuf/protoc-gen-go
Protobuf-compiler [ok]## Project-Goal
1. Execute program as protobuf
## go run main.go2. Execute grpc-proto together
## forked project / download project inside go/src pkg
## cd server
## go run main.go## open new terminal ctrl+T (LINUX)
## cd client
## go run main.go
## enjoy