mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-01-11 18:23:13 +00:00
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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://lab.waku.org/relay-angular-chat/.
To run a development version locally, do:
git clone https://github.com/waku-org/js-waku-examples
cd waku-lab/examples/relay-angular-chat
npm install
npm start
Known issues
There is a problem when using npm to install/run the Angular app.