制作包含内置 Web 服务器的应用程序的最佳工具集是什么?
我想创建一个使用 Web 浏览器访问 GUI 的应用程序。这样,该程序就可以在本地或远程使用。我希望能够编译 PC(使用 cygwin 或 mingw)和 Linux 版本的程序。什么是一个好的框架来实现这个目标?
我需要以下功能:
该程序的用户界面方面将用 HTML/PHP/JavaScript 编写,对特殊 I/O 设备的访问将用 C 编写。来自 I/O 子系统的数据将存储到 SQLite 数据库中,以便 Web基于用户界面可以从 PHP 访问数据。
到目前为止,猫鼬看起来像是这个项目的候选者。有人有这方面的经验吗?还存在哪些其他替代方案?
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:
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
hiphop-php 由 facebook 开发,将您的代码翻译为 c 并使用 apache + apache 进行编译以及您在独特且更快的可执行文件中选择的 php 模块。
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.