/grpc-stream-fullstack

grpc stream fullstack example(spring+kotlin / next.js+typescript)

Primary LanguageTypeScript

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