Google Chrome 操作系统和本机客户端代码
在 Chrome 中,可以编写本机代码并使用 Native Client SDK 在浏览器中运行。在 Chrome 操作系统中可以做到这一点吗?是否可以在本机客户端代码中创建 TCP 或 UDP 二进制套接字?
In Chrome it is possible to write native code and have it run in the browser using the Native Client SDK. Is it possible to do this in ChromeOS? And is it possible to create a TCP or UDP binary socket in native client code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以在 ChromeOS 中执行此操作 - 上次我看到此错误:http://code.google.com/p/nativeclient/issues/detail?id=1883它尚未修复。
至于 TCP/UDP - 如果您希望快速全双工协议,您可以使用 Web 套接字(带或不带 nacl)。
It is possible to do it in ChromeOS - last time I've saw this bug: http://code.google.com/p/nativeclient/issues/detail?id=1883 it is not fixed.
As for TCP/UDP - If you wish fast full duplex protocol you may use web sockets (with or without nacl).