https://github.com/drowzy/helloworld-elixir-grpc-web
https://github.com/drowzy/helloworld-elixir-grpc-web
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/drowzy/helloworld-elixir-grpc-web
- Owner: drowzy
- Created: 2020-03-20T07:13:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T07:27:02.000Z (about 4 years ago)
- Last Synced: 2025-02-16T11:14:09.744Z (over 1 year ago)
- Language: JavaScript
- Size: 374 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-web Helloworld in grpc-elixir
Test project for tracking implementation of [grpc-web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md#protocol-differences-vs-grpc-over-http2) in [grpc-elixir](https://github.com/elixir-grpc/grpc) ([Fork](https://github.com/drowzy/grpc/tree/feature/grpc-web))
## Usage
1. Install deps and compile
```shell
$ mix do deps.get, deps.compile
```
2. Start the server
```shell
$ iex -S mix
```
3. Start client application:
```
cd web
```
```
npm i && npm start
```
Open `localhost:8080` in a browser, open devtools, check console for results.