Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nobonobo/grpcweb-sample
- Owner: nobonobo
- Created: 2019-07-10T14:16:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T14:18:06.000Z (over 5 years ago)
- Last Synced: 2024-06-19T04:28:17.070Z (6 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wasm grpc sample1
## prerequire
- protoc
- wasmserve## generate
```shell
> make generate
> make cert
```## run
```shell
> make start
```