Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 499 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 499 Bytes

Browser example

This directory contains an example use of gRPC-Gateway with web browsers. The following commands automatically runs integration tests with phantomjs.

$ npm install -g gulp-cli
$ npm install
$ gulp

Other examples

Very simple example

Run

$ gulp bower
$ gulp backends

then, open index.html.

Integration test with your browser

Run

$ gulp serve

then, open http://localhost:8000 with your browser.