- two projects that use grpc for communication (web & backend) benefits fast, have your models auto generated.
- down side http2 not natively supported by browsers but android/ios & desktop apps work okay.
- check envoy for config
-> latest lts of each.
- node & npm
- envoy
- golang
open three instances of the terminal.
- in project root run
envoy -c envoy/envoy.yaml - in api folder run
go run main.go - in web folder run
npm run dev