Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 2 additions & 23 deletions examples/internal/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,9 @@ 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
$ pnpm add -g gulp-cli
$ pnpm 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.
258 changes: 0 additions & 258 deletions examples/internal/browser/a_bit_of_everything_service.spec.js

This file was deleted.

21 changes: 0 additions & 21 deletions examples/internal/browser/bower.json

This file was deleted.

53 changes: 0 additions & 53 deletions examples/internal/browser/echo_service.spec.js

This file was deleted.

Loading
Loading