My plan is to develop a multi-tier, multi-platform database application. I would like to consume the data from cocoa/objective c apps, .net apps, and web browsers. I don’t really know where to start and have been looking a Python, but can’t find if cocoa/objective c apps can consume python data objects. Can anyone point me in the right direction as to how to achieve my goal?
My requirements are:
- Data layer should be platform independent.
- Whole system is scalable. Therefore multi tier.
- Data access can be from cocoa, .net and web based clients.