Embedding PHP server into a C++ Application?

后端 未结 4 1389
面向向阳花
面向向阳花 2020-12-22 04:53

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++

相关标签:
4条回答
  • 2020-12-22 05:25

    You can use Apache as embedded web-server.

    0 讨论(0)
  • 2020-12-22 05:31

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

    0 讨论(0)
  • 2020-12-22 05:31

    You can even try Glassfish with Qercus for PHP integration.

    0 讨论(0)
  • 2020-12-22 05:42

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

    0 讨论(0)
提交回复
热议问题