Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best toolset for making an application that includes a built-in web server?

I want to create an application where the GUI is accessed using a web browser. That way, the program can be used either locally or remotely. I want to be able to compile both PC (using cygwin or mingw) and Linux versions of the program. What is a good framework to accomplish this?

I will need the following features:

  • web server (preferably written in C)
  • PHP (including SQLite capability)
  • small system resources (able to compile it to run in an embedded system with 32MB ram)
  • The user interface aspects of the program will be written in HTML/PHP/JavaScript and access to a special I/O device will be written in C. The data from the I/O subsystem will be stored into a SQLite database so that the Web based user interface can access the data from PHP.

    So far, mongoose looks like a candidate for this project. Does anyone have any experience with this? What other alternatives exist?

    like image 780
    Michael Alford Avatar asked Dec 09 '25 12:12

    Michael Alford


    1 Answers

    hiphop-php developed by facebook, translates your codes for c and compiles with apache + apache and php modules that you choosed in a unique and faster executable file.

    like image 117
    Gustavo Costa De Oliveira Avatar answered Dec 11 '25 01:12

    Gustavo Costa De Oliveira



    Donate For Us

    If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!