TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask YC: Choosing a web framework

7 点作者 crazyirish将近 17 年前
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?

4 条评论

mdipierro将近 17 年前
You can easily modify KPAX (<a href="http://www.vimeo.com/1098656" rel="nofollow">http://www.vimeo.com/1098656</a>) to do what you need, and more. kpax is based on web2py (<a href="http://mdp.cti.depaul.edu" rel="nofollow">http://mdp.cti.depaul.edu</a>) and you can download it from here (<a href="http://mdp.cti.depaul.edu/appliances/default/show/37" rel="nofollow">http://mdp.cti.depaul.edu/appliances/default/show/37</a>).This (<a href="http://mdp.cti.depaul.edu/AlterEgo/default/show/99" rel="nofollow">http://mdp.cti.depaul.edu/AlterEgo/default/show/99</a>) shows how to add captcha. I will help you more if you sign up for the web2py google group.
thomasswift将近 17 年前
rails<p>RESTFUL authentication - <a href="http://railscasts.com/episodes/67" rel="nofollow">http://railscasts.com/episodes/67</a> recaptcha - <a href="http://agilewebdevelopment.com/plugins/recaptcha" rel="nofollow">http://agilewebdevelopment.com/plugins/recaptcha</a><p>but you might have to modify it a little bit to allow non-account holders to modify data, sort of unconventional?
noodle将近 17 年前
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.<p>what languages would those be?
评论 #241761 未加载
tolas将近 17 年前
since you know ruby, i'd suggest ramaze, sinatra, merb or rails (in order of my preference)