Actorify. Turn a data stream into a worker that processes messages one at a time.

github.com/tj/node-actorify

Vaya's read on this project

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

Updates

January 2019
  • Merge pull request #10 from Qard/buffer-fix
  • Stop using deprecated Buffer constructor
June 2014
  • Release 1.0.0
  • fix callback leak. Closes #7
April 2014
  • Merge pull request #6 from juliangruber/patch-1
  • docs: complete callback example
November 2013
  • docs for error handling
  • Release 0.1.0
  • update amp for 0.10.x support
October 2013
  • update amp-message
  • increase reply throughput ~15%
  • refactor internals with amp-message
  • add Actor#id primarily for logging
  • add "actor" event. Closes #4
  • docs
  • docs
  • docs
  • docs
  • add initial implementation of timeouts
  • docs