libvex js:vex客户端的NodeJS库 源码
libvex-js 用于与xchat服务器连接的nodejs。 无论您想连接到vex,将其用于客户端,机器人。 快速开始 import { Client } from "@vex-chat/libvex" ; async function main ( ) { // generate a secret key to use, save this somewhere permanent const privateKey = Client . generateSecretKey ( ) ; const client = new Client ( privateKey )
下载地址
用户评论