Skip to content

zeroasterisk/Meteor-Throttle-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Throttle

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.

Install

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

About

Server side throttling for Meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published