[ 原始碼: node-d3-dispatch ]
套件:node-d3-dispatch(1.0.6-4)
node-d3-dispatch 的相關連結
Debian 的資源:
下載原始碼套件 node-d3-dispatch:
- [node-d3-dispatch_1.0.6-4.dsc]
- [node-d3-dispatch_1.0.6.orig.tar.gz]
- [node-d3-dispatch_1.0.6-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [d3js.org]
相似套件:
Register named callbacks and call them with arguments
Dispatching is a convenient mechanism for separating concerns with loosely-coupled code: register named callbacks and then call them with arbitrary arguments. A variety of D3 components, such as d3-request, use this mechanism to emit events to listeners. Think of this like Node’s EventEmitter, except every listener has a well-defined name so it’s easy to remove or replace them.
Node.js is an event-based server-side JavaScript engine.