Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 428 Bytes

File metadata and controls

14 lines (7 loc) · 428 Bytes

FrontEnd for mame emulator with nodejs and angular.

NodeJs (back) use express to create http endpoints. Angular call this endpoints to get the list of games on roms folder and launch the games.

Back endpoints

/lanzar -> launch the game

/getjuegos -> get the list of games on roms folder

Angular is the front of the app. It use gamepad.js to detect gamepad actions on browser.

If you want to participate you are welcome!!!