js-waku-examples/web-chat
fryorcraken.eth cefe44b062
fix(web-chat): protons does not seem to always return a bigint
2022-11-18 15:56:10 +11:00
..
public First commit 2022-06-17 10:48:15 +10:00
src fix(web-chat): protons does not seem to always return a bigint 2022-11-18 15:56:10 +11:00
.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 @waku/* 2022-11-18 15:56:10 +11:00
pnpm-lock.yaml chore(web-chat): bump @waku/* 2022-11-18 15:56:10 +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.