from Hacker News

Local, First, Forever

by earthboundkid on 6/24/24, 2:49 AM with 1 comments

  • by TheBigRoomXXL on 6/24/24, 5:53 AM

    I have been thinking about the sync-only-server model for sometime and providing a way to use application specific logic, like CRDT, while keeping the server generic has been a major headache for me.

    This solution/pattern is the best I have seen so far. It does not require anything special server side, all the logic live on the client, which also make plugins way easier.

    Thank you!