ASP.NET <-> 的一个很好的解决方案PHP 远程处理?

发布于 2024-10-15 05:38:24 字数 211 浏览 0 评论 0 原文

我即将启动一个项目,该项目需要 ASP.NET 应用程序 (MVC 2) 与 PHP 应用程序(在不同的服务器上,但我可以控制它们)进行通信。有什么现代、优雅的解决方案吗?

编辑:将身份验证包含在解决方案中会很好。

编辑 2: 通信并不频繁,偶尔一个应用程序会发生一些数据更改,需要与另一个应用程序共享。

I'm about to start a project that requires an ASP.NET application (MVC 2) to talk to a PHP application (on a different server but I have control over them both). Any ideas of a modern, elegant solution of doing that?

Edit: Authentication would be nice to include in the solution.

Edit 2: Communication is not frequent, once in a while one of the apps have some data changes that it should share with the other.

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

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

发布评论

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

评论(1

时光病人 2024-10-22 05:38:24

如果您可以修改这两个应用程序,则可以使用 XMPP:

从此处开始:

http://en.wikipedia.org/ wiki/Extensible_Messaging_and_Presence_Protocol

You can use XMPP if you can modify both applications:

Get Started Here:

http://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol

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