lab.waku.org/examples/experimental/light-js
Sasha d62e3579fd
chore: update light-js (#64)
2024-05-01 01:08:38 +02:00
..
README.md chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
favicon.ico chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
favicon.png chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
index.html chore: update light-js (#64) 2024-05-01 01:08:38 +02:00
manifest.json chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00

README.md

Using Waku Light Push and Filter in JavaScript

Demonstrates:

  • Waku Light node: Waku Filter + Waku Light Push
  • Pure Javascript/HTML.
  • Use minified bundle of js from unpkg.com, no import, no package manager.

This example uses Waku Filter to listen to messages and Waku Light Push to send messages.

To test the example, simply download the index.html file from this folder and open it in a browser.

The master branch's HEAD is deployed at https://lab.waku.org/light-js/.