Illustrates how grpc multiplatform can work.
Run the server located in the jvm module.
Run the client in the jvm module.
- Start the envoy server:
cd jvm
docker run --rm -it -v $(pwd)/envoy-custom.yaml:/envoy-custom.yaml --network=host envoyproxy/envoy-dev:8ec461e3a6ff2503a05e599029c47252d732d87b -c /envoy-custom.yaml
- Run the gradle task js:browserDevelopmentRun