Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options to integrate Waku #1

Open
fryorcraken opened this issue Feb 26, 2024 · 0 comments
Open

Options to integrate Waku #1

fryorcraken opened this issue Feb 26, 2024 · 0 comments

Comments

@fryorcraken
Copy link

Waku enables "live" messaging, real time interactions.

In the context of a message board, this can be useful for:

  • Getting notified of new messages or topics
  • Embedded chat (troll box etc)
  • Online status
  • New messages/topic pops up on screen without refreshing
  • Potential faster loading of more recent messages

However, one needs to note that Waku does not provide permanent/long term storage.

We recommend data to be stored for 12 hours on the Waku Network.
This is an area for which further technical validation is necessary.

Until Codex is ready, I would recommend attempting to use Waku with https://github.com/webtorrent/webtorrent as described in waku-org/bounties#16

Long lived data being backed up on the BitTorrent network directly from the browser.

Waku can then be used to help exchange and acquire the recent data and magnet link etc to retrieve data from the bittorrent network.

Some considerations may be needed as a text post is very small and hence it may be optimal to have winder chunk than a single post on the bitTorrent network.

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

No branches or pull requests

1 participant