Skip to content

Minimalistic gRPC setup using Typescript on both server (Node.js) and client (browser, Vue.js)

Notifications You must be signed in to change notification settings

ilearnio/grpc-ts-node-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Server setup:

cd server
yarn

Initialize and start Envoy proxy (needed for gRPC so that it works in the browser)

docker-compose up

Start the backend:

yarn dev

Client setup and start:

cd client
yarn
yarn dev

Build proto files:

make proto-gen

About

Minimalistic gRPC setup using Typescript on both server (Node.js) and client (browser, Vue.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published