I am creating a program for my work to send out SMS’s via a web service I have created.
I want to make it so the SMS replies pop up on a ICQ-like program on each desktop computer that may be over the internet.
How can I push messeges from the service (or otherwise) to a desktop computer program? I could easily make the program just message the web service a CheckForMsgs() every two minutes or whatever.. But this seems inelegant..
You can develop your Applications with SignalR. here are some helpful links.