Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您必须依赖于外部应用程序才能打开 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.