Sync everything

This commit is contained in:
Bruno Enten
2017-06-11 15:01:47 +03:00
committed by GitHub
parent d687170b90
commit 74ed817c60

View File

@@ -22,7 +22,9 @@ var gun = Gun({
bucket: '' // The bucket you want to save into
}
});
// Sync everything
gun.on('out', {get: {'#': {'*': ''}}});
server.listen(port);
console.log('Server started on port ' + port + ' with /gun');
console.log('Server started on port ' + port + ' with /gun');