Web Server for Android

后端 未结 9 1083
鱼传尺愫
鱼传尺愫 2020-12-04 17:08

Is it possible to host a web server within an Android phone itself? Similar to Apache. I want to access the web server from the mobile browser itself.

Couldn\'t f

9条回答
  •  一向
    一向 (楼主)
    2020-12-04 17:37

    Short: yes. If you are looking at code, check out the org.apache.http package. If you are looking at a ready app, check iJetty and kWS.

提交回复
热议问题