Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
paolo-losi committed Jan 25, 2011
1 parent e14d295 commit 55f9aa1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
Stormed-Amqp
============

Stormed-Amqp is a client implementation of the AMQP protocol,
with the following features:

- fully async and native [Tornado][2] (IOLoop) implementation
(Tornado v1.0, v1.1 and upcoming v1.2 are supported)
- full support for 0-9-1 amqp standard
- tested with [rabbitmq][1] AMQP server 2.1 and later versions

For a tutorial, look at the [examples][3] directory

[1]: http://www.rabbitmq.com
[2]: http://www.tornadoweb.org
[3]: https://github.com/paolo-losi/stormed-amqp/tree/master/examples

0 comments on commit 55f9aa1

Please sign in to comment.