From 33bbb694903419a9468866223d7c624a090f97ad Mon Sep 17 00:00:00 2001 From: jehiah Date: Thu, 13 Jan 2011 17:30:40 -0800 Subject: [PATCH] reformat client library links Updated Links (markdown) --- Links.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Links.md b/Links.md index e46f655..8f0f59d 100644 --- a/Links.md +++ b/Links.md @@ -3,5 +3,9 @@ * [[Cyclone|http://github.com/fiorix/cyclone]] - Tornado ported to the Twisted event loop * [[Tornado Tracing|http://github.com/bdarnell/tornado_tracing]] - Performance tracing library for Tornado * [[Route decorator|http://gist.github.com/616347]] - Alternate syntax for handler configuration -* [[trombi|http://github.com/inoi/trombi]] - An asynchronous CouchDB client running in Tornado's IOLoop -* [[asyncmongo|http://github.com/bitly/asyncmongo]] - An asynchronous library for accessing mongodb with tornado.ioloop \ No newline at end of file + +## Async Client Libraries built on tornado.ioloop + +* [[trombi|http://github.com/inoi/trombi]] - Asynchronous [[CouchDB|http://couchdb.apache.org/]] client +* [[asyncmongo|http://github.com/bitly/asyncmongo]] - Asynchronous [[mongodb|http://www.mongodb.org/]] client +* [[stormed-amqp|https://github.com/paolo-losi/stormed-amqp]] - Asynchronous [[ampq|http://www.amqp.org/]] 0.9.1 compliant client \ No newline at end of file