js-waku-examples/examples/relay-angular-chat
LordGhostX 9fb6b185e7
chore: update docs link (#251)
2023-07-12 11:11:30 +01:00
..
src improve manifest and add background to png image 2023-01-11 23:04:42 +01:00
.gitignore move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
README.md chore: update docs link (#251) 2023-07-12 11:11:30 +01:00
angular.json move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
karma.conf.js move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
package-lock.json merge with master 2023-01-04 21:57:56 +01:00
package.json move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
tsconfig.app.json move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
tsconfig.json move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +01:00
tsconfig.spec.json move examples to dedicated folder, update create app and ci accordingly 2022-12-22 21:37:55 +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://examples.waku.org/relay-angular-chat/.

To run a development version locally, do:

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

Known issues

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