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

ZeroRPC TCP vs Flask HTTP in Electron #268

Open
petef19 opened this issue Nov 3, 2024 · 0 comments
Open

ZeroRPC TCP vs Flask HTTP in Electron #268

petef19 opened this issue Nov 3, 2024 · 0 comments

Comments

@petef19
Copy link

petef19 commented Nov 3, 2024

Hello,
looking for guidance and experienced feedback.
Have an Electron app that communicates to the Python backend Flask server via http.
Node sends a json string to the Py API, and the Py API also responds via json.

Would switching to ZeroRPC and tcp communication speed up the communication with the Py API?
Are there any limits on the length of the json string message?
Any other Electron specific gotchas I'd need to be aware of?

Thanks!

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

1 participant