dependabot[bot] 4e9cfe1506
Bump get-func-name from 2.0.0 to 2.0.2 in /examples/web-chat
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/chaijs/get-func-name/releases)
- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)

---
updated-dependencies:
- dependency-name: get-func-name
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 23:02:55 +00:00
..
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00
2024-01-09 00:01:53 +01:00

Web Chat App

Demonstrates:

  • Group chat
  • React/TypeScript
  • Waku Filter
  • Waku Light Push
  • Waku Store
  • Protobuf using protons

A ReactJS chat app is provided as a showcase of the library used in the browser. It implements Waku v2 Toy Chat protocol. A deployed version is available at https://examples.waku.org/web-chat/.

To run a development version locally, do:

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

Use /help to see the available commands.