https://github.com/janowsiany/grpc-web-example
https://github.com/janowsiany/grpc-web-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janowsiany/grpc-web-example
- Owner: janowsiany
- Created: 2020-08-01T13:43:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:41:06.000Z (over 2 years ago)
- Last Synced: 2025-01-01T16:38:35.792Z (5 months ago)
- Language: Go
- Size: 8.16 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run
```sh
$ go generate
```
```sh
$ go run .
```
```sh
$ ./grpcwebproxy --backend_addr=localhost:9090 --run_tls_server=false --allow_all_origins
```
```sh
$ npm install && npm run generate && npm run build && npm run start
```