|
|
|
|
|
by emerongi
3708 days ago
|
|
Even though I don't use Meteor anymore, I still like DDP[1] a lot. It's simple (can be implemented in 50-100 lines), but it is the core of Meteor. There's a specification for it in their Github repo. Meteor's "optimistic UI" is basically an abstraction on top DDP, IMO. [1] https://www.meteor.com/ddp |
|