Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What web frameworks and languages have the lowest development time?

I'm trying to get a few web development ideas off the ground. Unfortunately I will be the only developer, so I'm focusing on getting a good debuggable, testable setup going that I can develop applications rapidly with.

Which languages, development styles and frameworks would you recommend for rapid development? Last time I checked RoR was the next big thing but that was a while back.

like image 795
bcoughlan Avatar asked Apr 03 '10 03:04

bcoughlan


People also ask

Which Web framework is fastest?

Which is the fastest web framework? In benchmark tests, Spring has shown to be the fastest back-end web framework currently available to developers.

Which Web framework is easiest?

The web framework, Flask, is easy to learn. Django is not as simple as Flask and has a steeper learning curve. There is API support in Flask. Django doesn't support API.

Which backend framework is fastest?

Now, the fastest backend framework of all the most popular backend frameworks Laravel! It is the latest launched backend framework yet the best, the fastest. On this note, I will take you through the deeper insights of Laravel. Firstly, Laravel is like a framework made in heaven for the web artisans.


1 Answers

Ruby on Rails is a good choice for rapid prototyping. It's simple, clean and easily learned. PHP also offers a fairly low learning curve and a wide variety of built-in functionality for accomplishing most tasks. Both languages have their shortcomings, but on small-team projects for low to moderate traffic sites, you aren't likely to bump up against them.

like image 182
Dan Story Avatar answered Sep 28 '22 15:09

Dan Story