Difference between revisions of "Mesh/MeshApps"

778 bytes added ,  22:45, 25 November 2013
Line 20: Line 20:
* TahoeLAFS - decentralized database software.
* TahoeLAFS - decentralized database software.
* Consider CouchDB? but are people still developing this OMG THEY SHOULD BECAUSE IT RULES.
* Consider CouchDB? but are people still developing this OMG THEY SHOULD BECAUSE IT RULES.
:Haha. Not sure who wrote this but after working with CouchDB a bunch I can tell you that it quickly becomes complicated to write multi-user app with CouchDB. Decent access control means that you need a database per user and likely a few extra databases. You then have to set all of these databases up to synchronize between each other which is further complicated by the limitations on what information is available by the limitations on how synchronization rules and filters can be written. There seem to be no good tools for managing/visualizing these complex relationships so you end up having to roll your own. That being said, there is a nice javascript version of CouchDB called PouchDB which means you can have a pure js web app with decentralized couch-style database.
* Scuttlebutt - Decentralized database written in node.
* Scuttlebutt - Decentralized database written in node.