mochi

mochi games integration problem

We send below code of request according to the instruction of mochi games client: var options = {partnerID: "xxxxxxxx", id: "idx"}; options.userID = 1; options.username = 'username'; options.gateway = 'http://example.com/game'; options.width = 320; options.height = 300; options.debug = true; Mochi.addLeaderboardIntegration(options); T...

Is php the right language to program for a large json api such as mochi?

So I am currently using django and the site goes down very often... However, because of that i was thinking if a simpler solution of php is introduced in slurping in the games over to my db and s3 using the following api then i would not have to keep up with the django issues: url: http://www.mochimedia.com/feeds/games/xxxxxx/all?format=...