(no title)
kylebrown | 10 years ago
The article does mention p2p and decentralization, but the browser isn't whats holding that back. The client-server development paradigm is.
Currently, every dev making a p2p app has to roll their own platform because there's no standard (i.e. no LAMP, rails, or Heroku for deploying p2p apps). Some projects are working to change this, namely BitTorrent Maelstrom (which is a fork of Chromium with native support for magnet URLs, so it auto-renders an html/js package distributed via torrent); and http://ipfs.io (a sort of content-addressable p2p filesystem, or bittorrent on steroids).
mbrock|10 years ago