JavaScript implementation of Waku v2 https://js-waku.wakuconnect.dev
Go to file
Franck Royer b8c63355a5
Ensure waku relay node does not use a sub protocol
At the moment we do not assert that we publish messages over waku relay
protocol (not sure this assertion is possible).
By asserting we do not register any sub (pubsub, gossipsub, floodsub)
protocols, we can be (more) confident that this
protocols are not be used behind the scenes.
2021-03-10 16:25:54 +11:00
.github Initial commit 2021-03-05 09:34:01 +11:00
.vscode Initial commit 2021-03-05 09:34:01 +11:00
proto/waku/v2 Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
src Ensure waku relay node does not use a sub protocol 2021-03-10 16:25:54 +11:00
.cspell.json Fix tests 2021-03-05 09:41:03 +11:00
.editorconfig Initial commit 2021-03-05 09:34:01 +11:00
.eslintrc.json Adopt more typescript-y syntax, do not lint generated files 2021-03-10 14:30:31 +11:00
.gitignore Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
.prettierignore Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
LICENSE Initial commit 2021-03-05 09:34:01 +11:00
README.md Initial commit 2021-03-05 09:34:01 +11:00
buf.gen.yaml Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
buf.yaml Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
package-lock.json Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
package.json Use waku messages over waku relay 2021-03-10 16:22:49 +11:00
tsconfig.json Connects to nim-waku using waku-relay protocol 2021-03-05 14:41:20 +11:00
tsconfig.module.json Initial commit 2021-03-05 09:34:01 +11:00

README.md

waku-js-chat

A chat application running on node and waku