a simple music player: Golang for the back-end, html5 and jQuery for the front-end
- install golang [windows/linux both OK]
- then
go run player.go [port] [music folder path]
-
for example,
go run player.go 8080 ./music
, themusic
folder contains the music files(.mp3, .wma ...) -
open
localhost:8080
in a browser which suport html5, chrome highly recommended