Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am in Analysis phase of a development of a Mobiel Ad server like Admob or OpenX to deliver Ads on Mobile via API. What I have decided to use PHP for working on Admin part and reporting. For main Ad serving and related stuff I am confused that whether I make it in PHP and use some technology like Nginx to make it efficient or use Node.js.

For Db part I am planning to use MySQL and MongoDB. MySQL to save settings while Mongo for realtime Impressions/Clicks. BeanstalkD for queueing.

Please guide me whether I should use all above mentioned technologies in first version of it or I can skip some of them. Goal is to keep the Ad delivery mechanism up as much as it's possible

share|improve this question

closed as not constructive by John Conde Jan 5 at 19:51

As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.