This is a simple video server demo program.
It using go to build a web site. in this stage, it just provide some api. This is a good pratice to use golang to build the backend server and do the basic stream video play.
This program's structure is mainly done. With the purpose of study, it ignore some details.
For the forntend part, it use basic HTML/CSS and JS.