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

linocz1/grpc-ts-node-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • TypeScript 58.8%
  • Vue 17.8%
  • CSS 9.8%
  • Shell 9.6%
  • HTML 2.7%
  • Makefile 1.3%