I want to create an application that the GUI accesses using a web browser. Thus, the program can be used both locally and remotely. I want to be able to compile both computers (using cygwin or mingw) and the Linux versions for the program. What is a good basis for this?
I will need the following functions:
web server (preferably written in C) PHP (including SQLite features) small system resources (the ability to compile them to run on an embedded system with 32 MB of RAM)Aspects of the user interface of the program will be written in HTML / PHP / JavaScript, and access to a special I / O device will be written to C. Data from the I / O subsystem will be stored in the SQLite database, so the web user interface can access the data from PHP.
The mongoose still looks like a candidate for this project. Does anyone have any experience? What other alternatives are there?
source
share