Skip to content

Example of using grpc-web with VueJS and Go

License

Notifications You must be signed in to change notification settings

tvprasad/grpc-web-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-web-example

This repository demonstrates the usage of grpc-web with vuejs and a Go microservice.

Directories:

  • api - Contains the gRPC/proto definitions
  • envoy - Contains the envoy configuration for grpc-web to grpc proxying
  • time - time microservice in Go, listens on port 9090 for gRPC connections
  • frontend - simple vuejs application

Usage:

  • make proto - Generate proto clients
  • make run-frontend - Start frontend
  • make run-servers - Start Time services and Envoy proxy

About

Example of using grpc-web with VueJS and Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.1%
  • Vue 11.9%
  • Go 4.2%
  • Dockerfile 3.6%
  • HTML 3.3%
  • Makefile 2.9%