https://github.com/dio/grpcwebhello
https://github.com/dio/grpcwebhello
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dio/grpcwebhello
- Owner: dio
- Created: 2019-02-01T12:54:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:55:32.000Z (over 3 years ago)
- Last Synced: 2025-04-06T11:49:05.278Z (about 1 year ago)
- Language: JavaScript
- Size: 2.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## grpcwebhello
```
make -C api/v1 hello.descriptor
make -C api/v1 js
rm -fr ui/build && make && ./build/bin/hello
```