Android Question Where to start with a Server setup?

artemis

Member
Licensed User
Longtime User
Hey everyone!

I would like to offload some calculations that my app does to a faster server. Can someone point me in the right direction where to start? I'd like to start simple, my app uploads a string, the server receives the string, does some calculations, returns a string to the app. Are there any tutorials describing something similar?

Many thanks!
 
Top