Skip to content

a simple music player: Golang for the back-end, html5 and jQuery for the front-end

Notifications You must be signed in to change notification settings

codercheng/music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-player

a simple music player: Golang for the back-end, html5 and jQuery for the front-end

demo

How to

  • install golang [windows/linux both OK]
  • then
go run player.go [port] [music folder path]
  • for example, go run player.go 8080 ./music, the music folder contains the music files(.mp3, .wma ...)

  • open localhost:8080 in a browser which suport html5, chrome highly recommended

Screenshot

music_player

About

a simple music player: Golang for the back-end, html5 and jQuery for the front-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published