js-waku/examples/relay-angular-chat
dependabot[bot] db345daaf8
Bump @types/jasmine from 3.10.4 to 4.0.3 in /examples/relay-angular-chat
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.10.4 to 4.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

---
updated-dependencies:
- dependency-name: "@types/jasmine"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-04 15:38:06 +00:00
..
src Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
README.md Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
angular.json Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
karma.conf.js Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
package.json Bump @types/jasmine from 3.10.4 to 4.0.3 in /examples/relay-angular-chat 2022-05-04 15:38:06 +00:00
tsconfig.app.json Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
tsconfig.json Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
tsconfig.spec.json Angular js example for relay best practices (#549) 2022-02-22 14:02:08 +11:00
yarn.lock Bump @types/jasmine from 3.10.4 to 4.0.3 in /examples/relay-angular-chat 2022-05-04 15:38:06 +00: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.