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

27 lines
607 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
2023-07-12 10:11:30 +00:00
A barebone messaging app to illustrate the seamless integration of `js-waku` into AngularJS.
2022-06-17 00:48:15 +00:00
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 js-waku-examples/examples/relay-angular-chat
2022-09-22 08:05:01 +00:00
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.