mirror of https://github.com/waku-org/waku-lab.git
27 lines
607 B
Markdown
27 lines
607 B
Markdown
|
# Minimal Angular (v13) Waku Relay App
|
||
|
|
||
|
**Demonstrates**:
|
||
|
|
||
|
- Group messaging
|
||
|
- Angular
|
||
|
- Waku Relay
|
||
|
- Protobuf using `protobufjs`
|
||
|
- No async/await syntax
|
||
|
|
||
|
A barebone messaging app to illustrate the seamless integration of `js-waku` into AngularJS.
|
||
|
|
||
|
The `master` branch's HEAD is deployed at https://examples.waku.org/relay-angular-chat/.
|
||
|
|
||
|
To run a development version locally, do:
|
||
|
|
||
|
```shell
|
||
|
git clone https://github.com/waku-org/js-waku-examples
|
||
|
cd js-waku-examples/examples/relay-angular-chat
|
||
|
npm install
|
||
|
npm start
|
||
|
```
|
||
|
|
||
|
### Known issues
|
||
|
|
||
|
There is a problem when using `npm` to install/run the Angular app.
|