14
P2P Framework
(lemmy.ml)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
Cool project! Theres a p2p chat protocol called tox, maybe you'd like to implement it in WASM etc. instead of making a competing standard? That would really help establishing p2p messaging, and you'd get a userbase included!
@toothbrush @positive_intentions interesting project!
Thanks. I've come across tox before. It's a good implementation. The aim of my project is not to compete, but more to demonstrate a different approach to P2P technology.
A key detail in mine is that it's made to work in a typical web browser. While things like chat functionality can be demonstrated in our app. The app is capable to do things like shared xr spaces and shared filesystems... Unfortunately those features are still in need of refinement before they become appealing to users, but it works for a proof-of-concept.