Re: [nodejs] Re: Federation: A Distributed Message Network Module

2013-02-07 Thread Ruben Tan
I'm working on something similar too actually, based on zeromq. Not sure if our objectives intersect enough to merge the two projects though. Give me some time to play around with federation first. :) -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

[nodejs] Re: Federation: A Distributed Message Network Module

2013-02-07 Thread Tim Dickinson
Thanks was looking for something like this. On Wednesday, February 6, 2013 12:09:10 AM UTC-5, Jacob wrote: Hello everyone, I wanted to share a module I've been working on called Federation. Federation is a message network that works cross-process and cross-host. - Project

Re: [nodejs] Re: Federation: A Distributed Message Network Module

2013-02-06 Thread Jacob Groundwater
I think a way to build on this further is to integrate with 0MQ, since the strength of it compared to axon is that it is language agnostic. this means that you can connect services written in python to your federation, as long as it speaks the same message protocol. Absolutely Ruben. New