wStream A simple app for streaming videos. Just send the GET-request to the /stream endpoint. And don't forget to copy some video.mp4 into the project directory. Run go run main.go Or via docker: docker build -t wstream-app -f infra/Dockerfile . docker run -dp 127.0.0.1:8080:8080 wstream-app