Skip to content

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

Notifications You must be signed in to change notification settings

blue-hope/grpc-stream-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published