+1
Guide to server backend
I am making my first app and I need it to be able to communicate with specific other devices running the same app. Specifically, one device will enter and process some data before sending pieces of that data to other devices, which will then add to that data and send this new data back to the original device (if that makes sense).
I am looking at something like amazon hosting to be an intermediary such that the devices will upload their changes to the server and devices can query the server for updates.
Is there any short guide or example for doing this with wire? If I did not provide enough information please let me know, thanks!
I am looking at something like amazon hosting to be an intermediary such that the devices will upload their changes to the server and devices can query the server for updates.
Is there any short guide or example for doing this with wire? If I did not provide enough information please let me know, thanks!
0
icahill (Administrator) 11 year бұрын
Here is a very simple example of how you can post data to an external server. To query that data later, just follow any tutorial on reading data from a datasource. Let me know if you have any questions. This code is no longer posting anything, but you should get the idea.
Customer support service by UserEcho