waku-lab/examples/relay-angular-chat
dependabot[bot] b5dbb5bdf0
chore(deps): bump undici in /examples/relay-angular-chat
Bumps [undici](https://github.com/nodejs/undici) from 5.14.0 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.14.0...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 15:08:47 +00:00
..
src init with default examples 2024-01-09 00:01:53 +01:00
.gitignore init with default examples 2024-01-09 00:01:53 +01:00
README.md chore: update links and text 2024-01-09 00:27:30 +01:00
angular.json init with default examples 2024-01-09 00:01:53 +01:00
karma.conf.js init with default examples 2024-01-09 00:01:53 +01:00
package-lock.json chore(deps): bump undici in /examples/relay-angular-chat 2024-04-04 15:08:47 +00:00
package.json init with default examples 2024-01-09 00:01:53 +01:00
tsconfig.app.json init with default examples 2024-01-09 00:01:53 +01:00
tsconfig.json init with default examples 2024-01-09 00:01:53 +01:00
tsconfig.spec.json init with default examples 2024-01-09 00:01:53 +01:00

README.md

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.