Google Chrome 操作系统和本机客户端代码

发布于 2024-12-11 08:39:14 字数 112 浏览 0 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

So尛奶瓶 2024-12-18 08:39:14

可以在 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文