https://github.com/kevinmichaelchen/some-protos-go-example
https://github.com/kevinmichaelchen/some-protos-go-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/some-protos-go-example
- Owner: kevinmichaelchen
- Created: 2022-04-01T16:41:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T02:02:08.000Z (about 3 years ago)
- Last Synced: 2025-02-23T22:43:39.961Z (3 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# some-protos-go-example
Sample app that spins up a gRPC server with protobufs built from
[kevinmichaelchen/some-protos-go](https://github.com/kevinmichaelchen/some-protos-go).This server should run in conjunction with the NodeJS TypeScript client at
[some-protos-ts-example](https://github.com/kevinmichaelchen/some-protos-ts-example).## Running
Install dependencies with `go mod download` and then run
```bash
make
```