Live data from Hacker News

Ask HN: What is the best language/framework for getting things done on the web?

news.ycombinator.com

1–10 of 37 posts

Ask HN: What is the best language/framework for getting things done on the web?

#1
Background: I’ve spent years learning “trendy” programming languages and frameworks. But now I just want to get things done.

Server rendered web pages, no fancy client side js, just good old websites. Quick to build, easy to maintain, just ship it.

So what are your recommendations? For a web developer that wants to be productive, not trendy.

Re: Ask HN: What is the best language/framework for getting things done on the web?

#2
NextJS is my recommendation. The React ecosystem is incredible, and NextJS brings it to the next level.

Also the documentation is fantastic, you should be up and running in 5 minutes.

Pair it with a good IDE (i.e. WebStorm) and the websites write themselves.

Re: Ask HN: What is the best language/framework for getting things done on the web?

#5
post #2

NextJS is my recommendation. The React ecosystem is incredible, and NextJS brings it to the next level. Also the documentation is fantastic, you should be up and running in 5 minutes. Pair it with a good IDE (i.e. WebStorm) and the websites write themselves.

React fails the main requirements: “Server rendered web pages, no fancy client side js, just good old websites.”

Re: Ask HN: What is the best language/framework for getting things done on the web?

#7
I would say not laravel because it has new releases every other day, forces you to use tailwind and webpack and all that, etc.

Their old simple API framework is deprecated.

I started looking at Yii and Phalcon a bit but not crazy about either.

Yet.

I want something like Struts but for PHP.

So, I might have to... create another framework. :-D

Thought about RR but every time I jump in again, I nope out again. Maybe just need to really learn it.

FastAPI seems interesting but can't find simple videos on how to do login/auth sessions in under an hour -- red flag.

Re: Ask HN: What is the best language/framework for getting things done on the web?

#8
PHP => Laravel/Symfony, Python => Django, Ruby => Rails

You just can't go wrong with one of these 3 above. Boring. Tested. Server side web pages

All the 3 above also have great communities, support, documentation and above all, plenty of experienced talent over the years. These are battle tested.

Post reply on HN