[ 源代码: node-d3-dispatch ]
软件包:node-d3-dispatch(1.0.3-3)
node-d3-dispatch 的相关链接
Debian 的资源:
下载源码包 node-d3-dispatch:
- [node-d3-dispatch_1.0.3-3.dsc]
- [node-d3-dispatch_1.0.3.orig.tar.gz]
- [node-d3-dispatch_1.0.3-3.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.
其他与 node-d3-dispatch 有关的软件包
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable