Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 265 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 265 Bytes

mp3player

a golang websocket mp3 player

the player start a websocket server ws://localhost:7778/ws, you can use --addr=localhost:8081 to custom ws server port

javascript client can send {"command":"play","arg":"mp3_file_path"} to let server play mp3 file