将 PHP 服务器嵌入 C++应用?

发布于 2024-09-27 02:56:30 字数 118 浏览 6 评论 0原文

我需要制作一个本质上是桌面应用程序的网络应用程序
业务逻辑将使用 PHP 编写(取自 Web 应用程序),底层基础设施使用 C++
为此,我需要一些解决方案来运行支持 PHP 的嵌入服务器或考虑其他解决方案

I need to make web application that is acutely a desktop application
The business logic will be written (taken from web app) in PHP and the underlain infra is in C++
For that I need some solution to run embed server that support PHP or to think about some other solution

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

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

发布评论

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

评论(4

唔猫 2024-10-04 02:56:31

您甚至可以尝试 Glassfish 与 Qercus 进行 PHP 集成。

You can even try Glassfish with Qercus for PHP integration.

一页 2024-10-04 02:56:31

您可以使用 Apache 作为嵌入式 Web 服务器。

You can use Apache as embedded web-server.

我做我的改变 2024-10-04 02:56:30

您可以尝试使用PHP-GTK。您可以用 PHP 完成所有业务逻辑和演示。

You could try PHP-GTK instead. You can do all the business logic and the presentation in PHP.

撩动你心 2024-10-04 02:56:30

您可以将 Paste Deploy 作为 WPHP.

You could run Paste Deploy as a WSGI container for WPHP.

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