Lu's Log

Home

❯

notes

❯

Browser and Runtime

❯

High performance browser networking

High performance browser networking

Feb 24, 20261 min read

High Performance Browser Networking (O’Reilly)

Networking 101

Browser APIs and Protocols

  • Primer on Browser Networking - Socket 管理、Chromium net stack、缓存机制、Cookie/Session
  • XMLHttpRequest (XHR) - CORS、数据上传下载、Streaming、XHR vs Fetch、轮询与长轮询
  • Server-Sent Events (SSE) - Event Stream 协议、EventSource API、自动重连、局限性
  • WebSocket - 双向通信、WebSocket API、Subprotocol Negotiation、帧协议、队头阻塞、使用场景
  • WebRTC

  • Networking 101
  • Browser APIs and Protocols

Backlinks

  • HPBN - Primer on Browser Networking
  • HPBN - Server-Sent Events
  • HPBN - WebSocket
  • HPBN - XMLHttpRequest

Created with Quartz v4.5.2 © 2026

  • GitHub