Franck Royer d9decabae9
Seem to fix receiving messages
Looking at runs where receiving messages work vs doesn't, in the case it
 does not work, js-chat is still receiving some messages as part
 of the identify process after subscribing.
 Whereas, when it works, the subscribe is done after those messages.
 With a 2s sleep to delay the subscribe, it seems that it always works.
2021-04-01 11:01:15 +11:00
2021-03-05 09:34:01 +11:00
2021-04-01 11:01:15 +11:00
2021-04-01 11:01:14 +11:00
2021-03-05 09:34:01 +11:00
2021-03-22 15:49:58 +11:00
2021-03-22 15:49:58 +11:00
2021-03-19 11:23:34 +11:00
2021-03-24 15:59:27 +11:00
2021-03-22 15:49:58 +11:00
2021-03-10 16:22:49 +11:00
2021-03-22 15:49:58 +11:00
2021-04-01 11:01:14 +11:00
2021-03-15 16:22:26 +11:00
2021-04-01 11:01:14 +11:00
2021-03-05 09:34:01 +11:00

js-waku

A JavaScript implementation of the Waku v2 protocol.

This repo is a Work In Progress

Contributing

To build and test this repository, you need:

To ensure interoperability with nim-waku, some tests are run against a nim-waku node. This is why nim-waku is present as a git submodule, which itself contain several submodules. At this stage, it is not possible to exclude nim-waku tests, hence git submodule update --init --recursive is run before testing (see pretest script).

To build nim-waku, you also need Rust.

Description
JavaScript implementation of Waku v2
https://js.waku.org
Readme
Languages
TypeScript 95.1%
JavaScript 4.6%
Dockerfile 0.1%
Shell 0.1%