js-waku-examples/relay-angular-chat
fryorcraken.eth 88b36d6c9a
fix(relay-angular-chat): fix base url
2022-10-28 14:24:01 +11:00
..
src chore(relay-angular-chat): bump js-waku to 0.29.0 2022-09-22 17:42:58 +10:00
.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 ci: add Jenkinsfile for GitHub pages builds 2022-09-07 09:02:15 +02:00
karma.conf.js First commit 2022-06-17 10:48:15 +10:00
package.json fix(relay-angular-chat): fix base url 2022-10-28 14:24:01 +11:00
pnpm-lock.yaml chore(relay-angular-chat): bump js-waku to 0.30.0 2022-10-28 11:35:50 +11:00
tsconfig.app.json build(angular): remove polyfills 2022-09-02 15:11:01 +10:00
tsconfig.json build(angular): remove polyfills 2022-09-02 15:11:01 +10:00
tsconfig.spec.json build(angular): remove polyfills 2022-09-02 15:11:01 +10:00

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.