[ bianca ]
[ 原始碼: node-call-limit ]
套件:node-call-limit(1.1.1-3)
node-call-limit 的相關連結
下載原始碼套件 node-call-limit:
- [node-call-limit_1.1.1-3.debian.tar.xz]
- [node-call-limit_1.1.1-3.dsc]
- [node-call-limit_1.1.1.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Limit the number of simultaneous calls to an async function
This module can also be used with promise returning functions to limit the number of simultaneous calls. When the number of calls go beyond the limit set by this module, they get queued and called when the previous call completes.
Node.js is an event-based server-side JavaScript engine.