Arseniy Klempner f6d477d534
feat(sds): initial commit for sds demo
add legend explaining sds concepts
add store queries for missed messages
add history visualization partitioned and ordered by lamport timestamp
matchmaking and message sending scenarios
add a theme
better theme
support more than 2 participants
2025-05-12 19:05:04 -07:00
2024-10-28 19:44:54 +05:30
2024-10-29 17:21:11 +05:30
2024-10-28 19:44:54 +05:30
2024-10-28 19:44:54 +05:30
2024-01-09 00:01:53 +01:00
2024-06-25 01:18:52 +02: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-10-28 19:44:54 +05:30
2024-10-28 19:44:54 +05:30
2024-10-25 05:41:04 +05:30

Waku Lab

Description

This repository is dedicated to experimental proof of concepts and research related to js-waku libraries.

Webapps in this repo are hosted at https://lab.waku.org/ For ready-to-use examples to build with js-waku. Go to https://examples.waku.org/

Notes App

  • code
  • website
  • Demonstrates: Light Push, Filter, Store, Message encryption/decryption

Experimental Examples

The following examples are not as actively maintained as the above and may not work with latest js-waku packages.

Web Chat App

  • code
  • website
  • Demonstrates: Group chat, React/TypeScript, Relay, Store.

Waku Light Client in JavaScript

Send messages between several users (or just one) using light client targetted protocols.

  • code
  • website
  • Demonstrates: Waku Light node: Filter + Light Push, Pure Javascript/HTML using ESM/unpkg bundle.

Waku Relay in JavaScript

This example uses Waku Relay to send and receive simple text messages.

  • code
  • website
  • Demonstrates: Waku Relay, Pure Javascript/HTML using ESM/unpkg bundle.

Noise JS

Noise RTC

Relay Direct RTC

Buddychain App

  • code
  • website
  • Demonstrates: [Add a brief description of what the Buddychain app demonstrates]

Continuous Integration

The master branch is being built by Jenkins CI: https://ci.infra.status.im/job/website/job/lab.waku.org/

Based on the ci/Jenkinsfile.

Description
🔬 JS Waku little laboratory
https://lab.waku.org
Readme
Languages
JavaScript 61.2%
HTML 23.7%
Dockerfile 15.1%