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.
我们有一个用 aiml 1.0 编写的聊天机器人,使用 program-O 作为解释器,基本上我们使用 PHP、ajax。现在我们希望将其集成到 .Net 环境中的网站上。以前有人做过吗?
集成不同的技术并不太难,如果您能够在两种语言中进行调整,那么使用从浏览器到 PHP 聊天后端的 JSON 可以轻松工作。
但是,如果您不想将 PHP 应用程序直接暴露给最终用户,那么应用程序到应用程序的接口也可以工作。例如 JSON、SOAP、REST 都是很好的 API 协议。