An open API service indexing awesome lists of open source software.

https://github.com/janowsiany/grpc-web-example


https://github.com/janowsiany/grpc-web-example

Last synced: 3 months ago
JSON representation

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
```