numtel/meteor-mysql-leaderboard

Client side Stub?

Opened this issue · 1 comments

Wondering why is this client-side stub needed (here)?

I removed that client side stub and seems like the app is working fine. Anything I am missing?

The stub provides instantaneous feedback on the client, updating the subscription data with a prediction of what the updated result set will be, similarly to how Minimongo does not require trip to the server for data to be visible. It's not required but it can be nice for certain actions.