Best database setup for one click games
- by ewizard
I am building a one click game website/mobile app, and I am debating between using MySQL and MongoDB for the backend.
The way I have been exploring it is with a NodeJS/Express/Angular/Passport/MongoDB stack - I have also implemented Socket.io.
I have gotten to the point where I am sending data from the flash game to the server (NodeJS).
The only…