Web Server for Android

后端 未结 9 1096
鱼传尺愫
鱼传尺愫 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:18

    KSWEB — a suite for web development on the Android platform. It consists of: a web server, PHP programming language and the database MySQL. KSWEB allows you to organize a platform for running and debugging Web applications (sites) in your Android device. Working with the application is very simple. To start the server it is enough to run our application, select, if necessary, port and the root directory.

    By default, KSWEB contains a fully functional configuration file of the server, PHP and MySQL. However, if you want something to change them, go to the server options and click on the item «INI Files». Configuration files will be moved to SD-card of your device at «/mnt/sdcard/ksweb/ini/», if available. If repeatedly clicking on the item settings «INI Files» KSWEB will use the internal configuration files.

    What's in the plans?

    1. Review the requirements for the Android operating system, in particular reduce the requirements for the version of Android to run the application to 2.0;
    2. Add the ability to track the flow of errors arising when working with php and mysql;
    3. Move the log files on the server and mysql on sdcard;
    4. Extend the additional PHP libraries. For example, pdo_mysql;
    5. Move the database files to MySQL on sdcard.

    https://play.google.com/store/apps/details?id=ru.kslabs.ksweb http://www.kswebserver.ru/

提交回复
热议问题