Sunshowers is a Ruby library for Web Sockets. It exposes an easy-to-use API that may be used in both clients and servers. On the server side, it is designed to work with Rack::Request and Rainbows! concurrency models that expose a synchronous application flow. On the client side, it may be used as a standalone wrapper for IO-like objects. * http://rainbows.rubyforge.org/sunshowers/ * sunshowers / librelist.com * git://git.bogomips.org/sunshowers.git Changes: This release contains a small bugfix to generate the WebSocket-Location headers correctly. Thanks to Lakshan Perera for the report and fix. -- Eric Wong