Hacker News new | ask | show | jobs
by borplk 3596 days ago
What would you like to make? They are all ok and can do whatever the other ones can.

A lot of people choose based on their primary preferred language, so if someone likes PHP they might use Laravel, if someone wants their stuff to be in Python they might use Django or Flask.

Go's ecosystem is not as mature yet and you'll have a harder time finding relevant resources or libraries.

Nowadays I prefer Javascript/React stuff because you can make much more "responsive" and nicer UI/UX with that setup as opposed to the way all those other frameworks work which is to push html back to the client that you "enhance" with some javascript.