Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 505 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 505 Bytes

grpc-stream-fullstack

chat application build with grpc named qhat

Prerequisites

server

  • sync .proto files on src/main/proto/grpc/qhat/
$ ./gradlew syncProtobuf
  • generate proto source & build
$ ./gradlew build

web

  • sync .proto files on grpc/
$ yarn syncProtobuf
  • add protoc on linux
$ sudo apt-get install -y protobuf-compiler
  • add packages
$ yarn
  • generate proto source
$ yarn buildProtobuf