I want to build a web application and am unsure which language/framework I should go with... I considered node/express/meteor or python/django or ruby on rails... how do I even decide?
Thoughts?
1–10 of 25 posts
I want to build a web application and am unsure which language/framework I should go with... I considered node/express/meteor or python/django or ruby on rails... how do I even decide?
Thoughts?
https://en.wikipedia.org/wiki/Programming_languages_used_in_...
ps: back end column/table
Rails. No competition if you want to get shit done.
Since this is PG's website, take a more Bayesian approach: https://en.wikipedia.org/wiki/Programming_languages_used_in_... ps: back end column/table
Since this is PG's website, take a more Bayesian approach: https://en.wikipedia.org/wiki/Programming_languages_used_in_... ps: back end column/table
Since this is PG's website, take a more Bayesian approach: https://en.wikipedia.org/wiki/Programming_languages_used_in_... ps: back end column/table
That'd place java at the top. I wouldn't recommend java for a starter website though.
Earlier quoted context omitted.
That'd place java at the top. I wouldn't recommend java for a starter website though.
you're right... i think i just ignored java while scanning the list :P
I'd pick one among Django, Rails or one of the popular Js stacks for the backend.
For the front end the same criteria apply, however there is not much scope for language preference. I generally go for jQuery based site unless I have a requirement for a framework. From a framework perspective I liked React + JSX.
I'd say go for JavaScript in the backend too since you'll have to learn the best practices and idioms of a single language.