grpc-stream-fullstack
chat application build with grpc named qhat
Prerequisites
server
- sync
.proto
files onsrc/main/proto/grpc/qhat/
$ ./gradlew syncProtobuf
- generate proto source & build
$ ./gradlew build
web
- sync
.proto
files ongrpc/
$ yarn syncProtobuf
- add protoc on linux
$ sudo apt-get install -y protobuf-compiler
- add packages
$ yarn
- generate proto source
$ yarn buildProtobuf