You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: