Axon. A way for different programs to send messages back and forth to each other.

github.com/tj/axon-rpc

Vaya's read on this project

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

Updates

May 2014
  • Add license to package.json and update copyright year.
  • Update History.md with 0.0.3 changes
  • 0.0.3
  • Fix edge case bug where an error with empty string crashes.
  • Edited test to check for the original stack on the error.
  • Added myself (Bret) to the contributors.
  • Improved description and added repository to package.json
  • Use spec reporter for npm test to see tests listed.
  • Merge pull request #11 from stagas/error-stack
  • Merge pull request #14 from bretcope/format-check
April 2014
  • Add check for sock.format() to support amp and non-amp axon.
March 2014
  • Merge pull request #13 from bryanmacfarlane/master
  • no need to call sock.format since amp refactor in axon
August 2013
  • reply with original method error stack
March 2013
  • Release 0.0.2
  • typo
  • fix tests
  • Merge pull request #4 from gjohnson/master
  • bump axon version so we include the req/rep fixes
October 2012
  • docs