Can I run an HTTP server on a mobile platform?

做~自己de王妃 提交于 2019-11-30 06:56:14
John Carter

Yes

For a full app that uses an http server, check out Websharing on Android.

Please use this Android Application which is free and works smoothly.

https://play.google.com/store/apps/details?id=jp.ubi.common.http.server&hl=en

Advantages:

  • You can point to any directory as "Document Root" (Ex:
    /sdcard/yourapp/ instead of /var/www)
  • Free of cost

Disadvantages:

  • It can run the server only on PORT:12345 Not 100% secure
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!