Skip to content

tool/grpc-flutter-web-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

An end to end example of flutter, grpc-web and golang running on minikube kubernetes. Future work will show this on Google Kuberenetes Engine with SSL.

Setup

Install prerequisites

Start minikube

$ minikube start

Below was my configuration $ minikube config view

- cpus: 2
- dashboard: true
- kubernetes-version: 1.13.11
- memory: 8192
- vm-driver: hyperkit

Build and deploy

$ make deploy

Note: This will take a while the first time you run this

Tunnel minikube

$ minikube tunnel

Open frontend

$ make open

You should see the following in your browser. Adding and subtracting is accomplished using the gRPC server and it sends the results back to the browser.

About

An end to end example of flutter, grpc-web and golang running on minikube kubernetes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 75.0%
  • Go 8.2%
  • Dockerfile 6.2%
  • Makefile 5.4%
  • Kotlin 2.1%
  • Swift 2.0%
  • Other 1.1%