lab.waku.org/examples/relay-reactjs-chat
dependabot[bot] 762b0fb7d9
chore(deps): bump follow-redirects in /examples/relay-reactjs-chat
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 17:55:13 +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:27:30 +01:00

Minimal ReactJS Waku Relay App

Demonstrates:

  • Group chat
  • React/JavaScript
  • Waku Relay
  • Protobuf using protobufjs.

A barebone chat app to illustrate the seamless integration of js-waku into ReactJS.

The master branch's HEAD is deployed at https://lab.waku.org/relay-reactjs-chat/.

To run a development version locally, do:

git clone https://github.com/waku-org/waku-lab
cd waku-lab/examples/relay-reactjs-chat
npm install
npm run start