Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 660 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 660 Bytes

emulators-online

HTML based front end for video game console emulators

http://emulators-online.com

It uses WebSockets to connect the HTML front-end, to a D back-end. The back-end manages the emulators and game files.

Checkout the code

git clone http://github.com/workhorsy/emulators-online-d
cd emulators-online-d
git clone http://github.com/workhorsy/images_nintendo static/images/Nintendo
git clone http://github.com/workhorsy/images_sega static/images/Sega
git clone http://github.com/workhorsy/images_sony static/images/Sony

Build and run the exe

./make.sh 9090

Visit this url

http://localhost:9090