Source: node-channels Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Mike Gabriel , 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.