Ask YC: Choosing a web framework 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? |