disco-chat
disco-chat copied to clipboard
A peer-to-peer messaging app.
I just downloaded the disco-chat app and it won't start. Here's what happens when I try to run it from the command line: `% ./disco_chat thread 'main' panicked at 'Error...
I'd like to reimagine the chat as feature within a p2p card game, so the communication is visualized by sending updates on the shared view (for example, in a mahjohng...
## Background As we discussed during our call, it would be nice to stream a video incrementally rather than wait for the full video to download. ## Existing examples and...
Currently on encrypted message send/receive the shared secret is regenerated every single time. This is the heaviest crypto operation happening, and for specific users, produces the same result every time....
With web3.storage a user could ensure their data is available no matter who's online.
`updatingUserList` eventually gets stuck on `true` for whatever reason. This is a global accessed by `updateUserList`. This causes the user list to go blank, and never update again. This usually...
Add a download button which can be useful for when the user want to re-share data.
An option to save (pin) content will be useful to people who don't want it lost upon garbage collection (#8).