Skip to content

Conversation

@adklempner
Copy link
Member

add legend explaining sds concepts
add store queries for missed messages
add history visualization partitioned and ordered by lamport timestamp matchmaking and message sending scenarios
add a theme
better theme
support more than 2 participants

add legend explaining sds concepts
add store queries for missed messages
add history visualization partitioned and ordered by lamport timestamp
matchmaking and message sending scenarios
add a theme
better theme
support more than 2 participants
Copy link
Collaborator

@weboko weboko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice application!

A thing I though of while reviewing:

  • can you add to README links to main modules showcasing core SDS logic (e.g waku.svelte.ts, pingpong.svelte.ts etc)

Also, API is easy to follow and I am curious to experiment if it can be simplified even further to something like:

const sds = new SDS(waku, channelId);

sds.send(encoder, { payload });
sds.subscribe(decoder, callback);

@adklempner adklempner merged commit 90701b1 into master May 19, 2025
11 checks passed
@adklempner adklempner deleted the feat/townhall-2024-04-04 branch May 19, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants