#0843
`Freenet`, P2P Platform for Browser-Run Decentralized Apps
50radar
FreenetP2P app platform — syncs state via WebAssembly contracts
Apps load from the network and talk to a local peer over WebSocket, not a datacenter API. Interesting architecture signal, but desktop-only and early-stage, so production use is premature.
Freenetis a global decentralized key-value store where WebAssembly contracts define valid state, mutation rules, and peer sync.- Each contract must provide a commutative
mergeoperation. That makes updates converge across peers in seconds or less under its model. - Early apps include
Rivergroup chat andDeltaCMS, with games andAtlassearch/recommendation in progress. Good niche-app idea source, not a default stack replacement. - Desktop installers exist for major OSes, but no mobile support yet. That blocks consumer app distribution and App Store-style funnels for now.
Source: freenet.org/Read original →