TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Looking for a node.js throttled queue library

1 pointsby supertedalmost 14 years ago
Hi,<p>I was wondering if any of the Node.js masterminds out there could help me locate, if such exists, a library that basically lets me put functions in a queue, which is configured to only execute a function at a given interval. The context is that I would like to throttle API requests towards external servers, something that I think should be a rather commonly requested feature.

1 comment

supertedalmost 14 years ago
Update: I ended up creating this handy function:<p><a href="https://gist.github.com/1127863" rel="nofollow">https://gist.github.com/1127863</a>