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

Replace node js http server code with python #44

Closed
atsakiridis opened this issue Mar 7, 2016 · 2 comments
Closed

Replace node js http server code with python #44

atsakiridis opened this issue Mar 7, 2016 · 2 comments

Comments

@atsakiridis
Copy link
Collaborator

Since most of our code base is in python let's keep it pure-python to make deployment easier (nodejs needed a couple more non-default modules)

@atsakiridis
Copy link
Collaborator Author

Fixed with b0b39ad

@atsakiridis
Copy link
Collaborator Author

Unfortunately, seems that python in the https server end doesn't scale that well :(. With 30 clients trying to load the web app some fail. On the other hand node js seems to be handing them without issue. So I'm reverting back to the old logic where python is the main script, but the http server part is in node.

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