书籍 High Performance Browser Networking的封面

High Performance Browser Networking

Ilya Grigorik

出版时间

2013-08-21

ISBN

9781449344764

评分

★★★★★

标签

算法

书籍介绍

How prepared are you when it comes to building network-enabled applications? This book provides what every web developer should know about the network - from fundamental limitations that affect performance to major innovations for building even more powerful browser apps. By understanding what the browser can and cannot do, you'll be able to make better design decisions and deliver faster web applications to your users. Author Ilya Grigorik - a developer advocate and web performance engineer at Google - starts with the building blocks of TCP and UDP, and then dives into newer technologies such as HTTP 2.0, WebSockets, and WebRTC. This book explains the benefits of these technologies and helps you determine which ones to use for your next application. Learn how TCP affects the performance of HTTP Understand why mobile networks are slower than wired networks Use best practices to address performance bottlenecks in HTTP Discover how HTTP 2.0 (based on SPDY) will improve networking Learn how to use Server Sent Events (SSE) for push updates, and WebSockets for XMPP chat Explore WebRTC for browser-to-browser applications such as P2P video chat Examine the architecture of a simple app that uses HTTP 2.0, SSE, WebSockets, and WebRTC

用户评论
学了第1、3部分(剩下两部分暂时没啥学习和使用的需求)。TCP/UDP那两章让我这个网络盲都觉得自己还有救;HTTP/2的bullet point(multiplexing/server push/header compression/stream prioritization)把1.x optimization的不少cons解决了,再次感叹学习计算机就是学习历史。ref1(一个HTTP发展的talk): https://www.youtube.com/watch?v=LSUlhve70UU&t=1594s;ref2(Google Chrome): https://www.igvita.com/posa/high-performance-networking-in-google-chrome
必须5星
不错,回顾网络协议的设计和网络通信中的优化。一件事情,往深处走总是有新的收获。
early release ver. http://shop.oreilly.com/product/0636920028048.do ch02: net.ipv4.tcp_window_scaling=1 net.ipv4.tcp_slow_start_after_idle=0
HTTP/2 的部分已过时。标准变得太快,HPACK 那时候还没有呢,这里也就没写。 在线版有内容更新:http://chimera.labs.oreilly.com/books/1230000000545/index.html
着重看了Networking这一章
https://imququ.com/post/http2-resource.html Http2.0知乎推荐,读过HTTP2的部分,websocket,webRTC,XHRAPI
挺好的一本书,有历史掌故,有概念框架。细节内容还是要看其他书或者 RFC
二刷,真好书。最大收获:限制site speed大多是latency。