mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-01-11 10:13:11 +00:00
Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md) - [Commits](https://github.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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
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
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.
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.
Description
Languages
JavaScript
61.2%
HTML
23.7%
Dockerfile
15.1%