🔬 JS Waku little laboratory https://lab.waku.org
Go to file
dependabot[bot] ed2c519ea2
chore(deps-dev): bump ejs in /examples/experimental/web-chat
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 18:46:03 +00:00
.github chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
ci chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
examples chore(deps-dev): bump ejs in /examples/experimental/web-chat 2024-05-02 18:46:03 +00:00
.eslintrc.json init with default examples 2024-01-09 00:01:53 +01:00
.gitignore init with default examples 2024-01-09 00:01:53 +01:00
LICENSE-APACHE-v2 init with default examples 2024-01-09 00:01:53 +01:00
LICENSE-MIT init with default examples 2024-01-09 00:01:53 +01:00
README.md chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
index.html init with default examples 2024-01-09 00:01:53 +01:00
package-lock.json chore: add name to package.json (#49) 2024-04-02 13:22:03 +02:00
package.json chore: add name to package.json (#49) 2024-04-02 13:22:03 +02:00

README.md

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

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.