lab.waku.org/examples/relay-angular-chat
dependabot[bot] 5bba514e8b
chore(deps): bump protobufjs in /examples/relay-angular-chat
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.1.2 to 7.2.5.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.1.2...protobufjs-v7.2.5)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 20:48:30 +00:00
..
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:27:30 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00

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.