Skip to content

Arthur-Kamau/grpc_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sample grpc

  • 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

prerequistes

-> latest lts of each.

  1. node & npm
  2. envoy
  3. golang

runnig the system

open three instances of the terminal.

  1. in project root run envoy -c envoy/envoy.yaml
  2. in api folder run go run main.go
  3. in web folder run npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published