Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxwell <maxwell@joindiaspora.com>2010-09-21 03:02:48 +0400
committermaxwell <maxwell@joindiaspora.com>2010-09-21 03:02:48 +0400
commit5b5df245926a93ceffca51eec0f7c0dcd68c3a2e (patch)
tree052298c4d958889745b249b79b6c57a095b64914 /README.md
parent2b31c09ab387911f7297852e694cb2f837aa99c6 (diff)
parent788ed3aac25aff4af417a0122ac9361a6f2a92f7 (diff)
merge
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7960a634..0ae9faff1 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@ Also, we really want to continue to focus on features and improving the code bas
ready for general use, we will post more detailed instructions.
## Notice
+
We currently run Diaspora with the [thin](http://code.macournoyer.com/thin/) as our webserver, behind [nginx](http://wiki.nginx.org/Main). Diaspora uses the asynchronous feature of [EventMachine](http://rubyeventmachine.com/) to send messages between seeds,
+
using the power of the [Reactor](http://en.wikipedia.org/wiki/Reactor_pattern) pattern. If you use mod_rails, mongrel, or another non-eventmachine based application server, federation and/or websockets may not work.
If you don't like thin, you can always try [Rainbows!](http://rainbows.rubyforge.org/)