|
|
5 年之前 | |
|---|---|---|
| .. | ||
| Generated | 6 年之前 | |
| Makefile | 6 年之前 | |
| README.md | 5 年之前 | |
| client.js | 6 年之前 | |
| index.html | 6 年之前 | |
| package.json | 6 年之前 | |
The Echo gRPC-Web is a node project that creates a website that
connects to a gRPC Swift server to display messages. To build
it, just run make inside this directory, and then open the
index.html file in a web browser. Remember to start the Echo
service by executing swift run Echo server 8080 from the package
root before opening index.html in the browser.
The proto files were generated by invoking protoc with the
protoc-gen-grpc-web plugin as described
here.
You'll need to install npm in order to compile the Javascript
code.