reformat client library links
Updated Links (markdown)
parent
0f075b72f4
commit
33bbb69490
8
Links.md
8
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
|
||||
|
||||
## 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
|
Loading…
Reference in New Issue