WebSockets: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * JSR-356 =Overview= After the initial HTTP handshake, a WebSockets connection is just a TCP connection between client and server, which provides an efficient w...")
 
 
Line 2: Line 2:
* [[JSR-356]]
* [[JSR-356]]
=Overview=
=Overview=
After the initial HTTP handshake, a WebSockets connection is just a TCP connection between client and server, which provides an efficient way to stream data for a brower.
After the initial HTTP handshake, a WebSockets connection is just a TCP connection between client and server, which provides an efficient way to stream data for a browser.

Latest revision as of 19:40, 24 December 2020

Internal

Overview

After the initial HTTP handshake, a WebSockets connection is just a TCP connection between client and server, which provides an efficient way to stream data for a browser.