Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

saga-dash/grpc-web-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

grpc-web-proxy

Proxy to use grpc-web-client. Please use only for testing.

Example

Your gRPC server needs to be running with localhost:8081. If you want to change it, edit .env file or use --entrypoint.

docker run --rm --env-file .env --init -v $(pwd):$(pwd) -w $(pwd) -p $GRPCWEBPROXY_PORT:$GRPCWEBPROXY_PORT -p $GRPCWEBPROXY_TLS_PORT:$GRPCWEBPROXY_TLS_PORT sagadash/grpc-web-proxy

Refs

Releases

No releases published

Packages

No packages published