问题
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