File: README.md

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-gateway 2.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,236 kB
  • sloc: javascript: 357; makefile: 147; sh: 26
file content (33 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Browser example

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

```shell-session
$ npm install -g gulp-cli
$ npm install
$ gulp
```

## Other examples

### Very simple example

Run

```shell-session
$ gulp bower
$ gulp backends
```

then, open `index.html`.

### Integration test with your browser

Run

```shell-session
$ gulp serve
```

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