mrniko / netty-socketio

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

does it Support for distributed environment? #86

Closed javajian closed 10 years ago

pablojr commented 10 years ago

Could please elaborate more on this subject? What do you expect? What are the issues you're having right now, if any? Could you please describe your planned usage scenario? netty-socketio is a library to write a socket.io server, essentially, so you can connect to it with multiple clients from different locations, even geographical far apart.

vongosling commented 10 years ago

no more description,you can just consider it as a web server(of course,support distributed deploy,but some communication function rely on the client),but focus on the socket adapter

mrniko commented 10 years ago

I think the question is about this thing - https://twitter.com/Swiip/status/388598062106808320

mrniko commented 10 years ago

@javajian Socket.IO on js supports distributed "mode" via redis store. It will be implemented in https://github.com/mrniko/netty-socketio/issues/66