node-throttleit

Throttle a function in Node.js

Description

throttle is a Node.js module to throttle a JavaScript function. throttle(fn, wait) Creates a function that will call fn at most once every wait milliseconds. Supports leading and trailing invocation. fn will receive last context (this) and last arguments passed to a throttled wrapper before fn was invoked.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/component/throttle


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-throttleit