I’m trying to build a server to handle JSON requests from an iOS application. My question is, is there any example how this can be achieved? What is the easiest and most scalable way to get this done?
I have been experimenting with Ruby on Rails, Django, Play! frameworks, and wanted to know other peoples thoughts. Are there any pitfalls for any of these frameworks? Thanks!
An easy solution is to use servlets in tomcat and to manage the encoding and decoding using Google gson.
But you question was too wide, so you’ll have to google a little from now.