Post #3093663
2026-03-26 18:27 UTC
Alright! This is it and was probably the longest post we've ever made. Phew.
Maybe it got a little bit clearer now where p2panda sits: We don't manage schemas, databases for fast queries of your application data or offer any fancy CRDTs for you, all of this are higher-level concerns for us, we just make sure your messages arrived securely and as privately as possible across any type of p2p network.
Replies (1)
-
@p2panda@autonomous.zone 2026-03-26 18:27
Our past work to make everything modular seemed to pay off: At any point it is possible to break out of the high-level design and plug in something else. The p2panda high-level API code is surprisingly thin and we're already considering making some parts public, so you can re-use them in other ways.