Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Horizontal scaling #1

Open
johngoodleaf opened this issue May 9, 2014 · 1 comment
Open

Question: Horizontal scaling #1

johngoodleaf opened this issue May 9, 2014 · 1 comment

Comments

@johngoodleaf
Copy link

Does this address scaling? For example, if you're running this on several servers will a subscriber whose sockets are connected to server A be able to exchange messages with a user whose sockets are connected to server B?

@night-crawler
Copy link
Owner

It was planned to do via message queue, i.e. using redis, but i decided to skip it. In fact it's not so difficult to implement it modifying notification section with any pub/sub.

It was tested with realtime 30 clients, what was enough for my project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants