Reputation: 109
Trying to create a reliable communication from server to client in python. the loss and delay of reception should be as low as possible. Here is my thought,
where data (json/df/db):
Now, just wanna make it simple but wish to be expandable. Is there any general practice of doing it? a backend(REST) may be necessary in future. I previously thought FCM notification might suit my need but seem not much python related resources to start up with. Please advise if the above idea is good enough.
Upvotes: 1
Views: 202