https://github.com/othree/golang-protobuf-websocket
Golang -> protobuf -> websocket -> protobuf.js
https://github.com/othree/golang-protobuf-websocket
Last synced: about 1 year ago
JSON representation
Golang -> protobuf -> websocket -> protobuf.js
- Host: GitHub
- URL: https://github.com/othree/golang-protobuf-websocket
- Owner: othree
- License: mit
- Created: 2015-08-12T07:51:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T12:46:50.000Z (almost 7 years ago)
- Last Synced: 2025-03-25T04:28:23.716Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 879 KB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#golang-protobuf-websocket
Two process, client
npm i -g httpserver
cd public
hs ./
Server
go get github.com/golang/protobuf/proto
go get github.com/gorilla/websocket
make
./main