summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Lucina <martin@lucina.net>2012-03-14 14:05:55 +0100
committerMartin Lucina <martin@lucina.net>2012-03-14 14:05:55 +0100
commit62f419884ca8f47449075e33af4d7d00823111d3 (patch)
tree971501d9b47e9cf731466d387e2dad8cd96b8794 /doc
parent02c1655c4e88ac55da1bc6482bfeaaa32d066d1f (diff)
Documentation updates (README, INSTALL, xs tagline)
Signed-off-by: Martin Lucina <martin@lucina.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/xs.txt20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/xs.txt b/doc/xs.txt
index cf5ce14..c582d34 100644
--- a/doc/xs.txt
+++ b/doc/xs.txt
@@ -16,12 +16,20 @@ SYNOPSIS
DESCRIPTION
-----------
-Crossroads I/O is a library which extends the standard
-socket interfaces with features traditionally provided by specialised
-_messaging middleware_ products. Crossroads sockets provide an abstraction of
-asynchronous _message queues_, multiple _messaging patterns_, message
-filtering (_subscriptions_), seamless access to multiple _transport protocols_
-and more.
+Crossroads I/O is a library for building scalable and high performance
+distributed applications. It fits between classic BSD sockets,
+JMS/AMQP-style message queues, and enterprise message-oriented middleware.
+
+Crossroads I/O extends the standard socket interfaces with features
+traditionally provided by specialised _messaging middleware_ products.
+Crossroads sockets provide an abstraction of asynchronous _message
+queues_, multiple _messaging patterns_, message filtering
+(_subscriptions_), seamless access to multiple _transport protocols_ and
+more.
+
+Crossroads I/O provides a native C API for applications. Support for many
+more languages is provided by the community through language bindings which
+can be found at the Crossroads website.
This documentation presents an overview of Crossroads concepts, describes how
Crossroads abstract standard sockets and provides a reference manual for the