> 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 transports are incredibly easy to write, federation does not get involved in the wire-serialization, nor anything past handing your transport a plain old javascript object. That leaves each transport free to optimize it's own layer. One caveat, I have not finalized a message layout yet, so a stable message schema would be required before inter-operating with another implementation. This wouldn't be hard, but is worth a bit of discussion. If you're interested in interoperating with Python, feel free to open an issue and we can work on the details there. Thanks - Jacob Groundwater -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
