async_sinatra 1.3.0
A Sinatra plugin to provide convenience whilst performing asynchronous responses inside of the Sinatra framework running under async webservers. To properly utilise this package, some knowledge of EventMachine and/or asynchronous patterns is recommended. Currently, supporting servers include: * Thin * Rainbows * Zbatery
          Gemfile:
          =
        
        
          install:
          =
        
      Development Dependencies (9):
            eventmachine
            >= 0.12.11
          
          
            hoe
            ~> 3.16
          
          
            hoe-doofus
            >= 1.0
          
          
            hoe-gemspec2
            >= 1.0
          
          
            hoe-git
            >= 1.3
          
          
            hoe-seattlerb
            >= 1.2
          
          
            minitest
            ~> 5.10
          
          
            rack-test
            >= 0
          
          
            rdoc
            >= 0
          
    