top | item 241640

Ask YC: Choosing a web framework

7 points| crazyirish | 17 years ago | reply

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

order
[+] noodle|17 years ago|reply
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?

[+] tolas|17 years ago|reply
since you know ruby, i'd suggest ramaze, sinatra, merb or rails (in order of my preference)