作者:抓尼莫為生 | 来源:互联网 | 2023-01-26 01:51
WhenwritingwebappsinPython,itsbraindeadeasytorunadevelopmentserver.DjangoandGoogle
When writing web apps in Python, it's brain dead easy to run a development server. Django and Google App Engine (GAE) both ship with simple servers.
在使用Python编写web应用程序时,运行开发服务器非常容易。Django和谷歌应用程序引擎(GAE)都使用简单的服务器。
The main feature I'm looking for is no configuration. I want something like the GAE dev server where you just pass the directory of the app as a parameter when the server is started.
我正在寻找的主要特性是无配置。我想要类似于GAE dev服务器的东西,您只需在服务器启动时将应用程序的目录作为参数传递。
Is there a reason that this is more difficult with PHP?
这对PHP来说是不是更困难?
8 个解决方案