This project is in the very early stages. It may not work for you. I have not had any time to work on it recently. I plan on working on it more later.
HTML based front end for video game console emulators
It uses WebSockets to connect the HTML front-end, to a Go back-end. The back-end manages the emulators and game files. The project was written in Python, but is slowly being converted to Go. For now, Python is required to to build the Go exe, but is not required at runtime.
python -m pip install -U pyreadline
python -m pip install -U py2exe
http://sourceforge.net/projects/mingw
Install packages:
mingw32-base
mingw32-gcc-g++
Add C:\MinGW\bin to your path
C:/WORKSPACE_GO/
go get golang.org/x/net/websocket
cd C:/WORKSPACE_GO/src
git clone http://github.com/workhorsylegacy/emulators-online
cd emulators-online
git clone http://github.com/workhorsy/images_nintendo images/Nintendo
git clone http://github.com/workhorsy/images_sega images/Sega
git clone http://github.com/workhorsy/images_sony images/Sony
cd C:/WORKSPACE_GO/src/emulators-online
./make.sh 9090
Visit this url
http://localhost:9090