Skip to content

Commit

Permalink
note about asyc helper
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Feb 15, 2010
1 parent a64c14d commit 634b5c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
@@ -1,8 +1,10 @@
Sinatra::MoreServer
===================

Adds support for more web servers to [Sinatra](http://sinatrarb.com)::Base#run!.
(Read: The server used when running `ruby yourfile.rb`. This has no effect rackup and akin.)
Adds support for more web servers to [Sinatra](http://sinatrarb.com)::Base#run!

Also, adds a helper method to ensure the server used from #run! supports async.callback, so all the
fancy comet implementations work.

BigBand
-------
Expand Down

0 comments on commit 634b5c0

Please sign in to comment.