event-horizon
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "event-horizon", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Stay below a certain number of things per second", | ||
@@ -5,0 +5,0 @@ "main": "event-horizon.js", |
@@ -0,3 +1,11 @@ | ||
<p align="center"><img height="211px" src="https://cloud.githubusercontent.com/assets/129737/10387928/6992de24-6e33-11e5-8d38-a9bd5dd7778f.png"></p> | ||
# event-horizon | ||
[npm-url]: https://npmjs.org/package/event-horizon | ||
[downloads-image]: http://img.shields.io/npm/dm/event-horizon.svg | ||
[npm-image]: http://img.shields.io/npm/v/event-horizon.svg | ||
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] | ||
Eats things that happen too many times per time window. | ||
@@ -4,0 +12,0 @@ A time window in this case is a sliding window. |
4362
35