Sergio Campama 86748a7766 Adds Echo Web example with functional prototype 7 năm trước cách đây
..
Generated 86748a7766 Adds Echo Web example with functional prototype 6 năm trước cách đây
Makefile 86748a7766 Adds Echo Web example with functional prototype 6 năm trước cách đây
README.md 86748a7766 Adds Echo Web example with functional prototype 6 năm trước cách đây
client.js 86748a7766 Adds Echo Web example with functional prototype 6 năm trước cách đây
index.html 86748a7766 Adds Echo Web example with functional prototype 6 năm trước cách đây
package.json 86748a7766 Adds Echo Web example with functional prototype 6 năm trước cách đây

README.md

Echo gRPC-Web Sample App

The Echo gRPC-Web is a node project that creates a website that connects to a Swift gRPC NIO 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 EchoNIO serve 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.

Dependencies

You'll need to install npm in order to compile the Javascript code.