https://github.com/octarect/protobuf-demo
https://github.com/octarect/protobuf-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octarect/protobuf-demo
- Owner: octarect
- Created: 2020-08-02T07:34:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T09:38:40.000Z (about 3 years ago)
- Last Synced: 2025-02-09T03:22:55.401Z (4 months ago)
- Language: Go
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# protocol-buffer-demo
Example code that uses [Protocol Buffers](https://deveopers.google.com/protocol-buffers).
## Server
```
cd api
go run ./server/server.go
```## Client
```
cd client
npm start
```