by piranha » Thu Sep 25, 2014 5:54 pm
MySQL, PHP (no framework just our own), javascript in frontend with jquery. On the mobile I've used angularJS in the community frontend.
If I'd start another game project I'd look into using node.js with express on the server and mongoDB. Not sure I'd use angularJS or just handlebars.js and jquery in the front, I'd probably use famo.us as well to take advantage of GPUs for render performance. Underscore is also recommended for some nice functions that are missing in JS. I'd also take a closer look at meteor.js as a possible option to the MEAN stack (Mongo, Express, Angular, Node) which is great when you want to do realtime things.
Where do you work? What are you doing?