Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have been working on an App idea with a friend of mine, and we're both fairly capable Objective-C programmers. We've got the UI all hashed out and data models are functional, but now we are facing the problem of having a server.

Our app will have to store and use location-based data to find nearby people and places. I've only just begun using the Django tutorials but upon reading a little about Django, MySQL and server-side scripting in general, it seems like an incredibly daunting task security-wise.

Now, for the game I am currently working on, I am not too worried about server security - my server will be designed simply to hold user high-score values. So, okay, if someone hacks my server and inserts their fake high score, or worse, takes the server down, nobody is really gonna be hurt that bad. But if someone hacks my server containing a massive database of location data with names associated... Well that's really, really bad.

Just how big is the beast I am going up against here?

Should I consider using something like parse?

share|improve this question

put on hold as primarily opinion-based by bgporter, abarnert, Ashwini Chaudhary, That1Guy, Louis 18 hours ago

Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise.If this question can be reworded to fit the rules in the help center, please edit the question.

1  
Are you suggesting that Django may be secure enough for Instagram, Pinterest, Rdio, etc., but that doesn't mean it's secure enough for your high score server? –  abarnert 20 hours ago

Browse other questions tagged or ask your own question.