A friend has designed a social networking app and got a lot of investors to back it. He asked me to program it all for him. It's going to be an iOS app - that part I entirely know how to do - that's going to rely on a server end.
I've never done server side stuff before. What kinds of technologies would you recommend I look into? We're going to need to be able to handle account creation, account recovery, logging in, following, posting/viewing text and pictures, and posting/viewing audio and video clips.
It kind of sounds like something SQL would do, except I've heard that doesn't scale well. Also, I'm not sure that SQL would really lend itself to binary files like pictures, audio, and video (but then again, would anything else?)
I've never done server side stuff before. What kinds of technologies would you recommend I look into? We're going to need to be able to handle account creation, account recovery, logging in, following, posting/viewing text and pictures, and posting/viewing audio and video clips.
It kind of sounds like something SQL would do, except I've heard that doesn't scale well. Also, I'm not sure that SQL would really lend itself to binary files like pictures, audio, and video (but then again, would anything else?)