Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在计划一个能够使用 PHP 作为前端和 Django 作为 API 平台后端的应用程序。我的问题是可以像我们在常规 MVC 中使用的那样将 Django 与 Thrift 一起使用(没有 HTTP 请求,而不是 Thrift 中的 Onject)。
或者有没有其他替代方案可以使用 PHP 和 Django?
只需使用 Django。为什么要尝试将两者混合?您首先没有解释为什么这里有两个系统。