I have a new requirement to implement a HTTP Server which run in a android device. And this HTTP server is access by other device such as PC with browser. I find a example like it: PAW server for android. But I don't know how to implement it. The PAW server for android is very complicate. Is there any simple way to implement this requirement? I also read this article: How to implement an HTTP server on android