js-waku-examples/relay-angular-chat/README.md

27 lines
615 B
Markdown
Raw Normal View History

2022-06-17 00:48:15 +00:00
# Minimal Angular (v13) Waku Relay App
**Demonstrates**:
- Group messaging
- Angular
2022-06-17 00:48:15 +00:00
- Waku Relay
- Protobuf using `protobufjs`
2022-06-17 00:48:15 +00:00
- No async/await syntax
A barebones messaging app to illustrate the [Angular Relay guide](https://docs.wakuconnect.dev/docs/guides/10_angular_relay/).
2022-09-22 08:05:01 +00:00
The `master` branch's HEAD is deployed at https://examples.waku.org/relay-angular-chat/.
2022-06-17 00:48:15 +00:00
To run a development version locally, do:
```shell
2022-09-22 08:05:01 +00:00
git clone https://github.com/waku-org/js-waku-examples
cd relay-angular-chat
npm install
npm start
2022-06-17 00:48:15 +00:00
```
### Known issues
There is a problem when using `npm` to install/run the Angular app.