MtGox websockets vs HTTP - which is more real-time?

0

MtGox currently offers both a websockets and HTTP API services. According to the documentation the HTTP service caches prices for 10sec but there is no clarification (that I can find) that details the real-time guarantees of the streaming services?

Which would be expected to be closest to real-time?

Graeme

Posted 2013-11-29T10:44:46.420

Reputation: 101

Answers

1

You would expect websockets to be more real-time because it is designed as an upgrade to HTTP to enable live streaming and real-time services.

Bitlab.co

Posted 2013-11-29T10:44:46.420

Reputation: 724

Thanks. Do you have any direct experience of this?Graeme 2013-11-30T02:44:39.067