Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Sep 23, 2008
1 parent 02b83ad commit 885d23f
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.txt
@@ -1,32 +1,36 @@
= quail
= Quail

* http://github.com/tenderlove/quail/tree/master

== DESCRIPTION:

Really fucking fast messaging in ruby.
Really Fucking Fast Messaging in ruby.

== FEATURES/PROBLEMS:

* FIX (list of features or problems)
Don't forget to start vender/bin/zmq_server !

== SYNOPSIS:

FIX (code sample of usage)

== REQUIREMENTS:

* FIX (list of requirements)
Quail::Handle.start('localhost') do |handle|
exchange = Quail::Exchange.new(handle)
queue = Quail::Queue.new(handle)

handle.bind(exchange.name => queue.name)

exchange.send 'Hello world'
puts queue.receive
end

== INSTALL:

* FIX (sudo gem install, anything else)
* sudo gem install quail

== LICENSE:

(The MIT License)

Copyright (c) 2008 FIX
Copyright (c) 2008 Aaron Patterson

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit 885d23f

Please sign in to comment.