登录 注册
当前位置:主页 > 资源下载 > 9 > harmonyos2-IRC-js:node.js的最佳IRC库下载

harmonyos2-IRC-js:node.js的最佳IRC库下载

  • 更新:2024-11-02 20:14:37
  • 大小:39KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Node.js - 前端
  • 格式:ZIP

资源介绍

和声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