
OpenTTD está disponible bajo la GPL.
Dejo el link: http://www.openttd.org/en/
var authors = [ {name: 'Dale Harvey', commits: 253}, {name: 'Mikeal Rogers', commits: 42}, {name: 'Johannes J. Schmidt', commits: 13}, {name: 'Randall Leeds', commits: 9} ]; Pouch('idb://authors', function(err, db) { // Opened a new database db.bulkDocs({docs: authors}, function(err, results) { // Saved the documents into the database db.replicate.to('http://host.com/cloud', function() { // The documents are now in the cloud! }); }); });