mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-01-11 18:23:13 +00:00
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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://lab.waku.org/web-chat/.
To run a development version locally, do:
git clone https://github.com/waku-org/waku-lab
cd waku-lab/examples/web-chat
npm install
npm run start
Use /help to see the available commands.