examples.waku.org/relay-angular-chat
danisharora099 a274982457
add: eslint & lint all files
2022-12-09 16:59:11 +05:30
..
src add: eslint & lint all files 2022-12-09 16:59:11 +05:30
.gitignore chore(relay-angular-js): ignore angular cache directory 2022-08-08 12:33:35 +10:00
README.md doc: update urls 2022-09-22 18:05:01 +10:00
angular.json add: eslint & lint all files 2022-12-09 16:59:11 +05:30
karma.conf.js add: eslint & lint all files 2022-12-09 16:59:11 +05:30
package.json chore(relay-angular-js): bump dependencies 2022-11-21 10:35:32 +11:00
pnpm-lock.yaml chore(relay-angular-js): bump dependencies 2022-11-21 10:35:32 +11:00
tsconfig.app.json add: eslint & lint all files 2022-12-09 16:59:11 +05:30
tsconfig.json add: eslint & lint all files 2022-12-09 16:59:11 +05:30
tsconfig.spec.json add: eslint & lint all files 2022-12-09 16:59:11 +05:30

README.md

Minimal Angular (v13) Waku Relay App

Demonstrates:

  • Group messaging
  • Angular
  • Waku Relay
  • Protobuf using protobufjs
  • No async/await syntax

A barebones messaging app to illustrate the Angular Relay guide.

The master branch's HEAD is deployed at https://examples.waku.org/relay-angular-chat/.

To run a development version locally, do:

git clone https://github.com/waku-org/js-waku-examples
cd relay-angular-chat
npm install
npm start

Known issues

There is a problem when using npm to install/run the Angular app.