Technology Radar
Published : Oct 26, 2022
NOT ON THE CURRENT EDITION
This blip is not on the current edition of the Radar. If it was on one of the last few editions, it is likely that it is still relevant. If the blip is older, it might no longer be relevant and our assessment might be different today. Unfortunately, we simply don't have the bandwidth to continuously review blips from previous editions of the Radar.
Understand more
Oct 2022
Assess
在集中式应用程序中,服务器上的数据是可信单一数据源——对数据的任何修改都必须经由服务器完成,本地数据只是服务器数据的副本。 这似乎是实现软件的多人协作自然且必然的选择。 本地优先应用程序 ,或 本地优先软件,是一组即能够实现多人协作,且可以使数据所有权本地化的软件设计原则。 它优先使用本地存储和本地网络,而不是远程数据中心或云服务器。 无冲突复制数据类型 (CRDT) 和点对点 (P2P) 网络等技术有可能成为实现本地优先软件的基础技术。