What's the best way to notify a non-web application about a change on a web page?
Let's say I have two applications which have to work together to a certain extent. A web application (PHP, Ruby on Rails, ...) A desktop application (Java, C++, ...) The desktop application has to be notified from the web application and the delay between sending and receiving the notification must be short. (< 10 seconds) What are ...