Questions tagged [crossroads-io]

Crossroads I/O is messaging library that supports different common communication patterns, request/reply, publish/subscribe and similar

Crossroads I/O:

  • is lego bricks for building scalable and high performance distributed applications.
  • is what BSD sockets might have looked like if designed for today's requirements.
  • is message based, and supports many different network protocols.
  • works with all programming languages, all operating systems.
  • is part of a wider effort to make messaging a standard part of the networking stack.
  • is Free Software licensed under the LGPL license.
  • is a fork of the ZeroMQ project.
1 questions
48
votes
1 answer

ZeroMQ vs Crossroads I/O

I am looking into using ZeroMQ as the messaging/transport layer for a fairly large distributed system, mainly targeting monitoring and data collection (many producers, a few consumers). As far as I can see there are currently two different…
Jakob Möllås
  • 4,239
  • 3
  • 33
  • 61