我可以在用户自己系统的 google chrome 中访问 TCP|IP 套接字吗?即使获得用户的授予许可?

发布于 2024-12-11 17:30:52 字数 85 浏览 0 评论 0原文

我想尝试一个需要访问用户系统的套接字(端口)的应用程序(chrome 应用程序)。

我可以做吗?我只是想为他们提供他们安装的软件的实用程序。

i want to try a application (chrome app) who need to access socket (port) of user's system.

can i do it. i just want to give them utility for the software they installed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

懒的傷心 2024-12-18 17:30:53

不幸的是,你不能很容易地做到这一点。 WebSocket 确实提供套接字支持,但不会真正为您提供您正在寻找的功能。

有一些超级复杂的方法可以解决这个问题,例如使用C/C++等,但编写和维护起来会非常耗时。您还可以编写一个代理,能够将原始套接字连接转换为 HTTP 请求或 WebSocket 请求,但同样需要大量工作。

Unfortunately, you can't do this very easily. WebSockets do provide socket support, but won't really give you the functionality you are looking for here.

There are some super complex ways of solving this, for example using C/C++ and the like, but would be extremely time consuming to write and maintain. You could also write a proxy that would be able to convert the raw socket connections to an HTTP request or WebSocket request, but again, lots of work.

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