Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nobonobo/grpcweb-sample

gRPC-Web sample
https://github.com/nobonobo/grpcweb-sample

Last synced: 22 days ago
JSON representation

gRPC-Web sample

Awesome Lists containing this project

README

        

# wasm grpc sample1

## prerequire

- protoc
- wasmserve

## generate

```shell
> make generate
> make cert
```

## run

```shell
> make start
```