You Might Not Need a CRDT: Document Sync in the Wild by Paul Butler

Поділитися
Вставка
  • Опубліковано 6 жов 2024
  • From NYC Systems February 2024.
    Links:
    paulbutler.org/
    jamsocket.com/
    digest.browser...
    Stay in the loop with future events: nycsystems.xyz.

КОМЕНТАРІ • 2

  • @AZombieHippie
    @AZombieHippie Місяць тому

    Excellent talk and examples

  • @gungun974
    @gungun974 29 днів тому

    Nice talk. It’s interesting in the end you have recreated what Multiplayer game server need to deal with latency’s of actions like someone is shooting and the other is moving at the same time. The idea of having one source of truth and everything client be deterministic are a great way to optimistically fill the network whole while awaiting the server response.
    But I think the more clever tricks is still re applied user change locally when the server didn’t respond with an acknowledge of is state ^^