js-waku-examples/relay-angular-chat
Franck Royer 9efb96091f
First commit
2022-06-17 10:48:15 +10:00
..
src First commit 2022-06-17 10:48:15 +10:00
README.md First commit 2022-06-17 10:48:15 +10:00
angular.json First commit 2022-06-17 10:48:15 +10:00
karma.conf.js First commit 2022-06-17 10:48:15 +10:00
package.json First commit 2022-06-17 10:48:15 +10:00
tsconfig.app.json First commit 2022-06-17 10:48:15 +10:00
tsconfig.json First commit 2022-06-17 10:48:15 +10:00
tsconfig.spec.json First commit 2022-06-17 10:48:15 +10:00
yarn.lock First commit 2022-06-17 10:48:15 +10:00

README.md

Minimal Angular (v13) Waku Relay App

Demonstrates:

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

A barebones messaging app to illustrate the Angular Relay guide.

To run a development version locally, do:

git clone https://github.com/status-im/js-waku/ ; cd js-waku
npm install   # Install dependencies for js-waku
npm run build # Build js-waku
cd examples/relay-reactjs-chat
yarn   # Install dependencies for the web app
yarn start # Start development server to serve the web app on http://localhost:4200/

Known issues

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