From 45b4bd32da622d6a0c809408a99d5f85a4ae92be Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 20 Jan 2011 22:18:43 +0000 Subject: [PATCH] update README --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index e769abe..d0e2980 100644 --- a/README +++ b/README @@ -1,8 +1,12 @@ = Sunshowers: Web Sockets for Ruby, Rack+Rainbows! +This project is currently unmaintained. We will pick it up again when the +WebSockets protocol is stable, finalized and implemented on major browsers. +Otherwise don't waste your time. + 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 +it is designed to work with Rack::Request and Rainbows! (<= 3.0.0) concurrency models that expose a synchronous application flow. On the client side, it may be used as a standalone wrapper for IO-like objects. -- 2.11.4.GIT