trakteer-ws:对待websocket连接

时间:2024-05-19 15:12:43
【文件属性】:

文件名称:trakteer-ws:对待websocket连接

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-19 15:12:43

trakteer JavaScript

蜘蛛侠 Trakteer.id websocket连接 用法 const client = require ( './index.js' ) const trakteer = new client ( ) trakteer . login ( { // Read CREDENTIALS.md 'XSRF-TOKEN' : 'XSRF TOKEN' , 'trakteer-id-session' : 'SESSION ID' , channel : 'CHANNEL' } ) 事件 准备好 trakteer . on ( 'ready' , x => console . log ( x ) ) // Return current time 连接 trakteer . on ( 'connect' , x => console . log ( x ) ) // Return


【文件预览】:
trakteer-ws-master
----.gitignore(63B)
----package.json(366B)
----LICENSE(483B)
----index.js(4KB)
----README.md(2KB)
----CREDENTIALS.md(400B)
----test()
--------config.json.example(101B)
--------index.js(480B)

网友评论