Skip to content

Comment on Ask HN: Wordpress, custom PHP or Rails/Django for a simple Web app?parent

Comments

Sinatra is what I came here to suggest when I read "simple" and "rails" used together. So I'll just give your reply a point instead.

In addition to web.py (mentioned below), there is also cherrypy. There are a lot of great lightweight frameworks that still give you some of the benefits you get from something robust like rails or django.

Pardon my ignorance, but Rails and Django seem pretty lightweight as they are... How are sinatra etc lighter (and thus easier to use somehow)?

As a simple indication, Sinatra allows you to create an entire site by editing one (logically structured) file if you want.

Rails and Django make a few more assumptions about what you're going to do (eg creating a directory structure and giving you easy shortcuts to create forms to edit pages) that are pretty useful when you're building a webapp and want to create multiple reusable parts, but may be overkill for a simple HotorNot type page.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.