js-waku-examples/web-chat
danisharora099 ad39ef04b4
add: prettier to precommit; prettify everything
2022-12-09 16:25:19 +05:30
..
public add: prettier to precommit; prettify everything 2022-12-09 16:25:19 +05:30
src add: prettier to precommit; prettify everything 2022-12-09 16:25:19 +05:30
.env First commit 2022-06-17 10:48:15 +10:00
.gitignore First commit 2022-06-17 10:48:15 +10:00
.pnpmfile.cjs fix: lock webpack version 2022-08-08 11:13:28 +10:00
.prettierignore First commit 2022-06-17 10:48:15 +10:00
README.md doc: update urls 2022-09-22 18:05:01 +10:00
buf.gen.yaml First commit 2022-06-17 10:48:15 +10:00
buf.yaml First commit 2022-06-17 10:48:15 +10:00
package.json chore(web-chat): bump dependencies 2022-11-21 10:45:13 +11:00
pnpm-lock.yaml chore(web-chat): bump dependencies 2022-11-21 10:45:13 +11:00
tsconfig.json First commit 2022-06-17 10:48:15 +10:00

README.md

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 web-chat   
npm install
npm run start

Use /help to see the available commands.