diff --git a/Dockerfile b/Dockerfile
index 0546d7ac..fb7508dd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,6 +11,7 @@ RUN apt-get install libvpx-dev -y
RUN go get github.com/pions/webrtc
#RUN go get github.com/gordonklaus/portaudio
RUN go get github.com/gorilla/mux
+RUN go get github.com/gorilla/websocket
RUN go install github.com/giongto35/cloud-game
EXPOSE 8000
diff --git a/games/Super Mario Bros 3.nes b/games/Super Mario Bros 3.nes
new file mode 100644
index 00000000..d0f6a272
Binary files /dev/null and b/games/Super Mario Bros 3.nes differ
diff --git a/index.html b/index_http.html
similarity index 69%
rename from index.html
rename to index_http.html
index 21e4429d..ad7c5adb 100644
--- a/index.html
+++ b/index_http.html
@@ -7,7 +7,27 @@ textarea {
}
+
+
+
+
+