🔬 JS Waku little laboratory
Go to file
Sasha 7312249133
chore: update links and text
2024-01-09 00:27:30 +01:00
.github fix cache resolution 2024-01-09 00:15:24 +01:00
ci init with default examples 2024-01-09 00:01:53 +01:00
examples chore: update links and text 2024-01-09 00:27:30 +01: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 links and text 2024-01-09 00:27:30 +01:00
index.html init with default examples 2024-01-09 00:01:53 +01:00
package-lock.json init with default examples 2024-01-09 00:01:53 +01:00
package.json init with default examples 2024-01-09 00:01:53 +01:00

README.md

Waku Lab

Description

This repository is dedicated for proof of concepts, examples and research done around core Waku libraries.

Repo is hosted at https://lab.waku.org/ See https://examples.waku.org/ for more examples.

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.

Minimal Angular (v13) Waku Relay

A barebone messaging app to illustrate the seamless integration of js-waku into AngularJS.

  • code
  • website
  • Demonstrates: Group messaging, Angular, Waku Relay, Protobuf using protobufjs, No async/await syntax.

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.

Waku Relay in ReactJS

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

  • code
  • website
  • Demonstrates: Group chat, React/JavaScript, Waku Relay, Protobuf using protobufjs.

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.