出版社: O'Reilly Media
副标题: What every web developer should know about networking and web performance
出版年: 2013-8-22
页数: 200
定价: USD 29.99
装帧: Paperback
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 del...
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
作者简介 · · · · · ·
Ilya Grigorik is a developer advocate and web performance engineer at Google. He spends his days and nights working on making the web faster and building and driving adoption of performance best practices. Prior to focusing on web performance Ilya was the founder and CTO of PostRank, a social analytics company which was acquired by Google and became the core of social analytics...
Ilya Grigorik is a developer advocate and web performance engineer at Google. He spends his days and nights working on making the web faster and building and driving adoption of performance best practices. Prior to focusing on web performance Ilya was the founder and CTO of PostRank, a social analytics company which was acquired by Google and became the core of social analytics reporting within Google Analytics. Whenever not thinking web performance, or analytics, Ilya can be found contributing to open-source projects, reading, or building fun projects like VimGolf, GitHub Archive and others.
喜欢读"High Performance Browser Networking"的人也喜欢的电子书 · · · · · ·
喜欢读"High Performance Browser Networking"的人也喜欢 · · · · · ·
High Performance Browser Networking的书评 · · · · · · ( 全部 9 条 )

书名翻译的不搭,其它都好

High Performance Browser Networking


> 更多书评 9篇
论坛 · · · · · ·
作者给出的免费在线阅读版本 | 来自loop9 | 1 回应 | 2013-06-28 13:18:52 |
这本书的其他版本 · · · · · · ( 全部4 )
-
人民邮电出版社 (2013)8.8分 357人读过
-
东南大学出版社 (2014)暂无评分 1人读过
-
限时抢
-
オライリージャパン (2014)暂无评分
以下书单推荐 · · · · · · ( 全部 )
- 1000+ 豆瓣9.0+的書 (Python)
- 书单 | 回牛 | 书架所有 (回牛)
- 前端 (cowboy)
- Java Developer Required (王龁)
- 术业-专攻 (hierro)
谁读这本书?
二手市场
订阅关于High Performance Browser Networking的评论:
feed: rss 2.0
0 有用 陈庆吉 2014-02-27 12:31:29
非常好,非常细
0 有用 optman 2014-02-19 15:59:30
深刻理解网络延迟,带宽解决不了问题,你不可能超过光速。
6 有用 qwertydvorak 2015-10-30 12:07:44
HTTP/2 的部分已过时。标准变得太快,HPACK 那时候还没有呢,这里也就没写。 在线版有内容更新:http://chimera.labs.oreilly.com/books/1230000000545/index.html
0 有用 nwind 2013-06-11 11:15:18
简洁明了,理论和实践结合,难得的好书,等正式版出来再读一遍
2 有用 Luke 2015-05-31 16:32:49
“Good developers know how things work. Great developers know why things work.” ------ Steve Souders, Head Performance Engineer, Google, 2013
0 有用 安雪仁次 2022-06-10 13:38:18
中间讲 wireless 那部分收获很大
0 有用 laoar 2022-02-14 23:36:38
着重看了Networking这一章
0 有用 whatever 2021-06-14 18:40:41
https://imququ.com/post/http2-resource.html Http2.0知乎推荐,读过HTTP2的部分,websocket,webRTC,XHRAPI
2 有用 Ethanity 2021-01-15 06:53:31
学了第1、3部分(剩下两部分暂时没啥学习和使用的需求)。TCP/UDP那两章让我这个网络盲都觉得自己还有救;HTTP/2的bullet point(multiplexing/server push/header compression/stream prioritization)把1.x optimization的不少cons解决了,再次感叹学习计算机就是学习历史。ref1(一个HTTP发展的ta... 学了第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 (展开)
0 有用 dilfish 2020-05-27 10:33:44
挺好的一本书,有历史掌故,有概念框架。细节内容还是要看其他书或者 RFC