Skip to content

cholakovit/grpc-typescript-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yarn init -y

yarn add --dev @grpc/grpc-js @grpc/proto-loader typescript ts-node

yarn proto-loader-gen-types --grpcLib=@grpc/grpc-js --outDir=proto/ proto/*.proto

protoc --go_out=. --go-grpc_out=. proto/random.proto

for running go server go get github.com/githubnemo/CompileDaemon CompileDaemon -command="./gots"

for running typescript npm run client npm run server

for running go

About

basic implementation of grpc typescript [client + server] and [typescript client + go]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •