
- cross-posted to:
- [email protected]
- [email protected]


a decentralized P2P todo list app to to demo the P2P framework used in the chat app.
https://github.com/positive-intentions/chat
a wrapper around peerjs. peerjs is good, but it can become complicated to use on complicated projects. This implementation is an attempt to create something like a framework/guideline for decentralized messaging and state management.
https://positive-intentions.github.io/p2p/?path=/story/demo-todo-list--basic
how it works:
There are several things here to improve like:
I’ve seen so many early-development/prototype P2P projects and so few mature ones. I wonder what’s driving this!
I’m sure various factors affect any projects maturity.
I work on the project because I have a curiosity and the ability to try. Compared to other project, a webapp is pretty easy to get started on as a developer.
It looks really cool!