JOSE TORRES @coch3_ B.S. in Software Engineering Currently making Software Products based on iOS platform Visual Arts passionate and French Bulldogs lover
BUT... All of these methods for providing real-time data involve HTTP request and response headers, which contain lots of additional, unnecessary header data and introduce latency.
WEB SOCKETS Allow a long-held single TCP socket connection to be established between the client and server which allows for bi- directional, full duplex, messages to be instantly distributed with little overhead resulting in a very low latency connection
FULL DUPLEX Data can travel in both directions simultaneously. Bidirectional communications channel that operates through a single socket over the Web.