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

Add a new implementation of the Display Screen with websockets #219

Open
mrf345 opened this issue Sep 2, 2020 · 0 comments
Open

Add a new implementation of the Display Screen with websockets #219

mrf345 opened this issue Sep 2, 2020 · 0 comments

Comments

@mrf345
Copy link
Owner

mrf345 commented Sep 2, 2020

Is your feature request related to a problem? Please describe.
Experiencing slowness while scaling the system with +100 Display Screen active sessions.

Describe the solution you'd like
Add a new implementation of Display Screen backend and front-end which utilizes websocket protocol for realtime communication instead of typical HTTP requests. Most probably we'll use Flask-Socketio and socket.io-Client for that. This will give us a significant improvement in performance as the numbers of active sessions increase somewhere around %50 improvement for 50-100 requests and %150+ for 500-1000 requests.

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

No branches or pull requests

1 participant