Ask YC: Choosing a web framework

7 points by crazyirish ↗ HN
I have 3 use cases for a simple web app. 1)have people create accounts 2)login and change settings 3)as well as have people (without accounts) come and verify data. Because of what I'm doing I'd like to integrate with an existing captcha system (a-la recaptcha). Being lazy, I'd like to write the least amount of code, what webframework would you guys use?

5 comments

[ 1.5 ms ] story [ 27.8 ms ] thread
if you're looking for ease of use and speed, here, i'd suggest going with a framework on a language you already know well.

what languages would those be?

since you know ruby, i'd suggest ramaze, sinatra, merb or rails (in order of my preference)