How write an ads server
- by Nisanio
Hi everyone
I want to write an ads server (like OpenX), just for fun and learning (they aren't the same). But my idea, more than writing an entire application with web interface and so on, is to write a very tiny core that provides the basic functionality in the most efficient way, like a library that other people can use to write a complete application more fitted to their needs.
The objective is to make it small, very efficient and fast.
Can someone help me with a list of the minimal functionality needed for this kind of application?.
An Ads Server isn't only a banner delivery, there are differents methods (for example OpenX uses a very weird javascript code that i don't understand completely)
Any help or guidance is more than welcome...Thanks