js-waku-examples/relay-angular-chat
fryorcraken.eth 55d8f7ebc4
chore(relay-angular-chat): bump js-waku to 0.29.0
2022-09-22 17:42:58 +10: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 feat(angular): replace protons with protobufjs 2022-09-02 15:23:59 +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 chore(relay-angular-chat): bump js-waku to 0.29.0 2022-09-22 17:42:58 +10:00
pnpm-lock.yaml chore(relay-angular-chat): bump js-waku to 0.29.0 2022-09-22 17:42:58 +10: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.

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.