Channel. A way to send messages between different parts of your code without tangling them together.

github.com/tj/channel.js

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

September 2016
  • Merge pull request #3 from 38elements/master
July 2016
  • fix Channel.recv()
  • Merge pull request #1 from 70-10/master
  • channel close
  • No axios is used.
  • refactor with Deferred to remove Promise callback
  • fix order, should be FIFO
  • remove .length for now
  • add unblocking of recv()s on close()
  • docs
  • Initial commit