制作包含内置 Web 服务器的应用程序的最佳工具集是什么?

发布于 2024-10-16 22:45:12 字数 416 浏览 3 评论 0原文

我想创建一个使用 Web 浏览器访问 GUI 的应用程序。这样,该程序就可以在本地或远程使用。我希望能够编译 PC(使用 cygwin 或 mingw)和 Linux 版本的程序。什么是一个好的框架来实现这个目标?

我需要以下功能:

  • Web 服务器(最好用 C 语言编写)
  • PHP(包括 SQLite 功能)
  • 系统资源小(能够将其编译为在具有 32MB RAM 的嵌入式系统中运行)
  • 该程序的用户界面方面将用 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:

  • 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?

    如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

    扫码二维码加入Web技术交流群

    发布评论

    需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

    评论(1

    我做我的改变 2024-10-23 22:45:12

    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.

    ~没有更多了~
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文