android server

2

I'd like to know how apps like this , make a webservice available through Smartphone IP?

Is there any Tomcat that runs on Android? or something that does that?

Ps: Google has just shown me the Talking Tom Cat , for Tomcat Android!     

asked by anonymous 08.07.2015 / 04:46

1 answer

2

Libraries like OkHttp go up local servers on Android that are used for unit testing. Because it is open source, you can take a look at the source code to see how it does it. I hope I have helped you.

    
02.08.2015 / 19:18