js-waku/examples/min-js-web-chat
Franck Royer 5a4f7d4468
Test by building
Cannot run react-scripts test with libp2p
due to
https://github.com/libp2p/js-libp2p/issues/961
2021-08-02 11:04:41 +10:00
..
2021-08-02 10:45:08 +10:00
2021-08-02 10:45:10 +10:00
2021-08-02 10:45:11 +10:00
2021-08-02 10:45:08 +10:00
2021-08-02 10:45:09 +10:00
2021-08-02 11:04:41 +10:00

Minimal ReactJS Web Chat App

Demonstrates:

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

A barebone chat app to illustrate the ReactJS Relay guide.

To run a development version locally, do:

git clone https://github.com/status-im/js-waku/ ; cd js-waku
npm install   # Install dependencies for js-waku
npm run build # Build js-waku
cd examples/min-js-web-chat
npm install   # Install dependencies for the web app
npm run start # Start development server to serve the web app on http://localhost:3000/