Package: wnpp
Severity: wishlist
Owner: Xavier Guimard <y...@debian.org>
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name    : node-emittery
  Version         : 0.7.2
  Upstream Author : Sindre Sorhus <sindresor...@gmail.com>
* URL             : https://github.com/sindresorhus/emittery
* License         : Expat
  Programming Lang: JavaScript
  Description     : Nodejs and browser simple and modern async event emitter

Emitting events asynchronously is important for production code where you
want the least amount of synchronous operations. Since JavaScript is
single-threaded, no other code can run while doing synchronous operations.
For Node.js, that means it will block other requests, defeating the strength
of the platform, which is scalability through async. In the browser, a
synchronous operation could potentially cause lags and block user interaction.

emittery solves this providing a simple but powerful API.

This package is a dependency of new node-jest. I think it should not be
embedded since it's too big.

Cheers,
Xavier

Reply via email to