Communicating between a php web server and a C# desktop application

点点圈 提交于 2021-01-29 10:47:48

问题


I have a web service with php which is listening to some other services and receive some messages. After getting the message I want to deliver it to my desktop application.

I don't want that my desktop app call my web service to see the message, instead I want to push my message to desktop app.

In C# we can listen to pipe when it changes. But don't have any idea how to deal with it in php. Or maybe I use socket between desktop app and web service.

Any idea would highly appreciated.

来源:https://stackoverflow.com/questions/52113339/communicating-between-a-php-web-server-and-a-c-sharp-desktop-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!