Browse Source

Merge branch 'master' of github.com:mrniko/netty-socketio

master
Nikita 11 years ago
parent
commit
961d16d291
  1. 10
      README.md

10
README.md

@ -19,6 +19,7 @@ Features
* Supports client store (Memory, [Redisson](https://github.com/mrniko/redisson), [Hazelcast](http://www.hazelcast.com/))
* Supports distributed broadcast across netty-socketio nodes ([Redisson](https://github.com/mrniko/redisson), [Hazelcast](http://www.hazelcast.com/))
* Supports OSGi
* Supports Spring
* Lock-free and thread-safe implementation
* Declarative handler configuration via annotations
@ -32,11 +33,16 @@ CPU 10%, Memory 15%
6000 xhr-long polling sessions or 15000 websockets sessions
4000 messages per second
Projects using netty-socketio
================================
ARSnova: [arsnova.eu](https://arsnova.eu)
Zipwhip: [zipwhip.com](https://zipwhip.com/)
Recent Releases
================================
####Please Note: trunk is current development branch.
####??-Mar-2014 - version 1.6.3 (JDK 1.6+ compatible, Netty 4.0.17)
####06-Mar-2014 - version 1.6.3 released (JDK 1.6+ compatible, Netty 4.0.17)
Fixed - AckCallback handling during client disconnect
Fixed - unauthorized handshake HTTP code changed to 401
__Breaking api change__ - Configuration.heartbeatThreadPoolSize setting removed
@ -105,7 +111,7 @@ Include the following to your dependency list:
<dependency>
<groupId>com.corundumstudio.socketio</groupId>
<artifactId>netty-socketio</artifactId>
<version>1.6.1</version>
<version>1.6.3</version>
</dependency>

Loading…
Cancel
Save