A Simple (server only) Throttling System for Meteor.
This system uses a new Collection 'throttle' and some helper methods to:
check
, set
, and purge
records. There is also a helper checkThenSet
method which is actually the most common pattern, check if we can do something,
and the set a record that we did.
- http://throttle-example.meteor.com
- https://github.com/zeroasterisk/Meteor-Throttle-Example
- main throttle package
- https://github.com/zeroasterisk/Meteor-Throttle
- Atmosphere Package
- additiional throttle package
- https://github.com/zeroasterisk/Meteor-Throttle-Accounts
- Atmosphere Package
Simple package Atmosphere Package install is all you need:
meteor add zeroasterisk:throttle
Optionally add an Accounts Throttling "extra" if you want:
meteor add zeroasterisk:throttle-accounts
For more info see