我正在寻找 JavaScript IRC 客户端

发布于 2024-08-01 20:22:16 字数 1539 浏览 6 评论 0原文

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

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

发布评论

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

评论(2

终陌 2024-08-08 20:22:16

您必须依赖于外部应用程序才能打开 IRC 服务器的套接字。

  • 它可以依赖于浏览器架构(ActiveX 控件,基于 Mozilla,...)

  • 依赖于java applet(在这种情况下,irc 服务器应该在 javascript 源自的同一主机上运行(除非您使用签名的 applet))

  • “真正的”IRC 客户端在服务器端运行,并且脚本仅用于与该客户端通信。

在 DmitryK 的列表中,您可以找到每个的示例。

You will have to have dependencies to an external application in order to open a socket towards the IRC server.

  • It can be dependent on the browser architecture (ActiveX controls, Mozilla based, ...)

  • Dependent on a java applet (in this case the irc server should be run on the same host the javascript originates from (unless you go towards signed applets))

  • The "real" IRC client is running on server-side, and the script is only used to communicate with that client.

In DmitryK's list you will find an example for each.

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