musiphone:分散的音乐播放器

时间:2024-06-02 14:52:43
【文件属性】:

文件名称:musiphone:分散的音乐播放器

文件大小:8.79MB

文件格式:ZIP

更新时间:2024-06-02 14:52:43

JavaScript

[alpha] Musiphone是基于的分散式音乐播放器。 const Node = require ( 'musiphone' ) . Node ; ( async ( ) => { try { const node = new Node ( { port : 4000 , hostname : 'localhost' , musicStorageAddress : 'storage.museria.com:80' } ) ; await node . init ( ) ; } catch ( err ) { console . error ( err . stack ) ; process . exit ( 1 ) ; } } ) ( ) ; const Client = requi


网友评论