I am developing a simple farming game backend using meteor.
So Server needs to check all players farm data and based on that for example increment
production:0
field each second if player has a farm. What is the best way to do that ?
Should i use Meteor.setTimeout()