网络套接字协议?
我在网上找不到这个,所以我想我会在这里问。
websocket目前可以使用哪些协议? (在 chrome 中)
chrome 或任何其他浏览器是否计划最终支持 websockets 的 RUDP 协议?
提前致谢!
I couldn't find this online so I thought I'd ask here.
What protocols can be used by websockets currently? (in chrome)
Also does chrome or any other browser plan to support RUDP protocol for websockets eventually?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
WebSocket是协议。请参阅互联网草案。而且它不使用 UDP。
WebSocket is the protocol. See the Internet-Draft. And it's not using UDP.
哪些浏览器支持 HTML5 WebSocket API?
http://blog.chromium.org/2009/12/web-sockets-now-available-in-google .html
https://datatracker.ietf.org/ doc/html/draft-hixie-thewebsocketprotocol-55
另外值得注意的是,似乎有人创建了 Flash WebSockets 代理,这样您就可以将您的客户群扩展到任何使用 Flash 的人以及现有的 Chrome 用户。
What browsers support HTML5 WebSocket API?
http://blog.chromium.org/2009/12/web-sockets-now-available-in-google.html
https://datatracker.ietf.org/doc/html/draft-hixie-thewebsocketprotocol-55
Also of note, it appears someone created a Flash WebSockets proxy so you can extend your clientbase to anyone with Flash, as well as existing Chrome users.