🔬 JS Waku little laboratory
https://lab.waku.org
d8474943cc | ||
---|---|---|
.github | ||
ci | ||
examples | ||
.eslintrc.json | ||
.gitignore | ||
LICENSE-APACHE-v2 | ||
LICENSE-MIT | ||
README.md | ||
index.html | ||
package-lock.json | ||
package.json |
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/
Web Chat App
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.
Waku Relay in ReactJS
A barebone chat app to illustrate the seamless integration of js-waku
into ReactJS.
Noise JS
- code
- website
- Demonstrates: LightPush, Filter, Noise encryption.
Noise RTC
- code
- website
- Demonstrates: LightPush, Filter, Noise encryption, WebRTC.
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
.