-
harmonyos2-IRC-js:node.js的最佳IRC库下载
资源介绍
和声2
IRC-js
node.js
的最佳
IRC
库
安装
通过命令行:
npm
install
irc-js
通过package.json
:
{
"
dependencies
"
:
{
"
irc-js
"
:
"
2
"
}
}
测试
make
test
2.0
注释
我们最近发布了
IRC-js
2.0
的第一个测试版。
这个版本带来了很多变化,文档还没有完全准备好。
IRC-js
2.0
使用了几个新的
ECMAScript
特性,所以目前你在运行它时必须使用--harmony标志。
因此,对于喜欢冒险的人,以下是
2.0
的入门方法:
/*
IRC-js
2.0
provides
a
set
of
objects
representing
IRC
entities,
such
as:
*
Client
An
IRC
client,
create
one
of
these
first.
*
Message
A
client
sends
and
receives
instances
of
this
object.
*
Channel
An
IRC
channel.
*
P