• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-Oct-2020-

bin/H28-Oct-2020-32

.gitignoreH A D28-Oct-202051 43

README.mdH A D28-Oct-2020497 3222

bower.jsonH A D28-Oct-2020469 2221

package.jsonH A D28-Oct-2020707 2827

README.md

1# Browser example
2
3This directory contains an example use of grpc-gateway with web browsers.
4The following commands automatically runs integration tests with phantomjs.
5
6```shell-session
7$ npm install -g gulp-cli
8$ npm install
9$ gulp
10```
11
12## Other examples
13
14### Very simple example
15Run
16```shell-session
17$ gulp bower
18$ gulp backends
19```
20
21then, open `index.html`.
22
23
24### Integration test with your browser
25
26Run
27```shell-session
28$ gulp serve
29```
30
31then, open `http://localhost:8000` with your browser.
32