We haven’t seen the end of
advanced networking in web applications either. With both HTTP and WebSocket,
there is a client (the browser or other user agent) and a server (the host of
the URL). Peer-to-peer (P2P) networking allows clients to communicate directly.
This is often more efficient than sending all data through a
server. Efficiency, of course, reduces hosting costs and improves application performance.
server. Efficiency, of course, reduces hosting costs and improves application performance.



