From 4618de7417cf32b35db9b09c251ef2c6fdc5a382 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Thu, 26 Dec 2013 08:12:57 -0800 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1ec12f1..83bc335 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,18 @@ Licensed under the Apache License 2.0. Features ================================ -* Supports 0.7+ version of [Socket.IO-client](https://github.com/LearnBoost/socket.io-client) up to latest -* Supports xhr-polling transport -* Supports flashsocket transport -* Supports websocket transport: HyBi 00 (which is the same as Hixie 76), HyBi 8-10 and HyBi 13-17 (17 is the same as IETF 6455). -* Supports namespaces and rooms -* Supports ack (acknowledgment of received data) -* Supports SSL -* Supports client store (Memory, [Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) -* Supports distributed broadcast across netty-socketio nodes ([Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) -* Supports OSGi -* Lock-free and thread-safe implementation -* Declarative handler configuration via annotations +* Supports 0.7+ version of [Socket.IO-client](https://github.com/LearnBoost/socket.io-client) up to latest +* Supports xhr-polling transport +* Supports flashsocket transport +* Supports websocket transport: HyBi 00 (which is the same as Hixie 76), HyBi 8-10 and HyBi 13-17 (17 is the same as IETF 6455). +* Supports namespaces and rooms +* Supports ack (acknowledgment of received data) +* Supports SSL +* Supports client store (Memory, [Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) +* Supports distributed broadcast across netty-socketio nodes ([Redis](http://redis.io/), [Hazelcast](http://www.hazelcast.com/)) +* Supports OSGi +* Lock-free and thread-safe implementation +* Declarative handler configuration via annotations Performance