What is the best (simplest, easy to install and use) solution to mock a webservice on OSX to test my iPhone-App?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
My preferred tool for mocking up REST interfaces is Sinatra. That said, if I were building a new one today, I would probably investigate Bottle (just because I’ve been growing more interested in Python than Ruby of late; this is not a statement on the relative merits of the languages or the frameworks). If you google a bit for “sinatra alternatives” you’ll find several other frameworks in this space. I’ve had great luck with Sinatra, though.