1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: node-channels
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
debhelper (>= 8.0.0),
dh-buildinfo,
Standards-Version: 3.9.5
Homepage: https://github.com/Pita/channels
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-channels.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-channels.git
Package: node-channels
Architecture: all
Depends:
${misc:Depends},
nodejs (>= 0.6.19~dfsg1-3~),
Description: Event channels in Node.js
Channels keeps your messages in order for different endpoints (channels) of
your Node.js application.
.
In Etherpad Channels is used to ensure changes for specific pads have their
own channel (gateway) and changesets (planes) are assigned to specific
channels (gateways).
.
Channels is useful if you need to have lots of different I/O operations on
different endpoints that you need to keep in order.
|