Skip to content

chat implementation with protocol buffers and gRPC

Notifications You must be signed in to change notification settings

calvinchengx/gochat

Repository files navigation

CircleCI

golang chat with protocol buffers and gRPC

# server
go run server/main.go

# client - golang
go run client/go/main.go

# client - javascript/web
# TODO: add javascript/web usage instructions

dependencies for generating protobuf for web js

mkdir -p ~/opensource && cd ~/opensource
git clone https://github.com/grpc/grpc-web
cd grpc-web
sudo make install-plugin
# this will install protoc-gen-grpc-web binary in our /usr/local/bin

About

chat implementation with protocol buffers and gRPC

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published