on hiatus: [PATCH] update README
- From:
- Eric Wong
- Date:
- 2011-01-20 @ 22:22
---
README | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
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.
--
Eric Wong