TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Web Sockets specification (IETF Internet Draft)

25 点作者 jsrn超过 15 年前

1 comment

huhtenberg超过 15 年前
The C for RFC in short - What's the point ?<p>I really don't understand what problem this draft solves, and the draft doesn't seem to explain it coherently.<p>It effectively describes just another layer on top of TCP that implements its own addressing, loosely follows HTTP syntax and utilizes TLS for security. The application still needs to implement yet another layer to deal with the data carried by this protocol. So instead of using (TLS + application protocol) combo, the app needs to use (TLS + WS + application protocol).<p>So what's the point in making this protocol a standard ?<p>-- PS --<p><i>Historically, creating an instant messenger chat client as a Web application has required an abuse of HTTP to poll the server for updates while sending upstream notifications as distinct HTTP calls.</i><p>Perhaps that's how they do it at Google, but <i>historically</i> applications like httptunnel simply opened exactly two persistent HTTP connections - one with a very long POST and the other one with a very long GET - and used them to send data up and down respectively.
评论 #901703 未加载
评论 #901840 未加载
评论 #902063 未加载