1đź‘Ť
Since you tagged “ruby-on-rails” in your post, let me fill you in on some awesome drupal-style rails projects that run as fast as 1000 requests per page (or more):
Plus: has some great standard plugins for hooking your app up to Facebook, Twitter, payment gateways, etc. Also, it’s MVC-based, for quick development.
Minus: Maybe takes a while to learn if you’re not used to Ruby on Rails?
- Community Engine: communityengine(dot)org
(I use this quite a bit!)
Plus: this is a “social-network-in-a-box” with all the basic functionality you need in a complicated web 2.0 app. It’s also MVC-based, and works like a plugin for rails so you can add this to your RAILS app really quickly, and choose which of the social features you want to use. It’s also REALLY FAST when you install with Ruby Enterprise as your Ruby version and also use the MOD-RAILS HTML caching server.
Minus: they lack documentation right now, but it’s getting better. Also, install can be complicated.
- CakePHP cakephp(dot)org
Plus: GREAT FRAMEWORK if you’re a PHP programmer – it’s easy to install, and has a lot of great plugins to get your app done fast. It’s also MVC-based, which is a good PLUS for PHP programmers looking for more structure to their apps.
Minus: I’ll let other users write about the “minuses” for CakePHP – it’s a pretty good framework!
Good Luck!