mrniko / netty-socketio

Socket.IO server implemented on Java. Realtime java framework
Apache License 2.0
6.82k stars 1.65k forks source link

load balancing, redis pub/sub? #66

Closed chilinhnet closed 10 years ago

chilinhnet commented 11 years ago

Can you support implement redis stored (channel connections, rooms, ....) data center for "load balancing" pub/sub?. P/s: i want to push my data into redis from any programming language and netty-socketio will then push it to the client.

Thanks,

mrniko commented 11 years ago

Hmm, nice feature! I think to implement it.

mrniko commented 10 years ago

Add Hazlecast and Infinispan support.

mrniko commented 10 years ago

Distributed authorization added. Could anyone test it?

mrniko commented 10 years ago

@chilinhnet done