Live data from Hacker News

Ask HN: What framework/language should I use?

news.ycombinator.com

1–10 of 25 posts

Ask HN: What framework/language should I use?

#1
I'm a product/business guy who studied computer engineering in college. I'm familiar with the basic concepts but haven't coded for a living at all.

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?

Re: Ask HN: What framework/language should I use?

#7

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.

Re: Ask HN: What framework/language should I use?

#8

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.

you're right... i think i just ignored java while scanning the list :P

Re: Ask HN: What framework/language should I use?

#9

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

Java is a great language for larger companies which need to focus on performance, cross platform support and high code quality. I have worked with python and Java for a living and when there is a project that is going to last for couple of years I'd choose Java hands down. However for a single or a few people startup Java is an overkill.

Re: Ask HN: What framework/language should I use?

#10
Couple of things to look for * Language preference * What is present out of the box * How easy it is to extend * Performance

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.

Post reply on HN