docs/websockets.md in plezi-0.11.2 vs docs/websockets.md in plezi-0.12.0
- old
+ new
@@ -1,6 +1,11 @@
# Plezi Websockets
+Inside Plezi's core code is the pure Ruby HTTP and Websocket Server (and client) that comes with [Iodine](https://github.com/boazsegev/iodine), a wonderful little server that supports an effective websocket fanctionality both as a server and as a client.
+
+Plezi augmentes Iodine by adding auto-Redis support for scaling and automatically mapping each Contoller Class as a broadcast channel and each server instance to it's own unique channel - allowing unicasting to direct it's message at the target connection's server and optimizing resources.
+
+
(todo: write documentation)