Are there any good reasons to use Websockets outside the browser?

Websockets were designed for fast bi-directional communication in the browser. Assuming you have control over the server and a native client (say an iOS or Mac app), are there any good reasons or situations to communicate over a websocket instead of using an HTTP library?

10
задан John Wright 16 November 2010 в 21:37
поделиться