Backend Web Frameworks?

What's your backend web framework/ language of choice Sup Forums?

I've usually just sticked with express but NPM modules constantly breaking is driving me fucking insane so I'm looking at alternatives. I hear Django is pretty nice. Thoughts?

J2EE

Django is comfy desu

I wanna learn Node.js
a-and React

This. Django is perfection.

>NPM modules constantly breaking is driving me fucking insane

never had that problem, but I don't use obscure modules that only have 1 maintainer.

nodejs all the way

Clojure and mash up some libraries into your own framework.

Or D with vibe.d.

Cutelyst

This, plenty of good modules, good docs and great community

I use rails, is amazing how fast you can develop almost anything

Django sucks, Flask is better.

Play

Django is awesome. It has a bunch of useful stuff built in, and there are also a lot of apps that cover things you might need e.g. reCAPTCHA, markdown, less/sass compiler.

switched back to php from node, enjoying laravel atm.

mein nigar

Play2 is comfy

I don't know anything as easy to faceroll as node and Express.

All my front end has to be JS anyhow so even more reason.

Laravel, Django and Rails are the god tier choices.

Django Rest Framework for the backend
Vue for the frontend

>What's your backend web framework/ language of choice Sup Forums?
Node&JS or Golang, because I have speed concerns but I'm not fucking autistic enough to do WebDevelopment in C or LLVM IR.

I've recently started working on a j2ee group project for uni and we've been using servlets for business logic jsp (with jstl for presentation) and tried to maintain a REST paradigm.

What's the modern thing to do nowadays? Is it an MVC approach (servlet, jsf, beans) or something else?

What's the best django book or video tutorial?

>video tutorial
Do like the big guys and read the documentation. It's simple, it's clear, and there's a nice tutorial for beginners to get started making a web app.

look at these scrubs doing backend with js lmao

Laravel is for patricians

>he calls himself a "web artisan"

AHAHAAHAHAH

>What's your backend web framework/ language of choice Sup Forums?
flask+mod_wsgi for Python
blackbox/FastCGI for C++

>Not using a godlike framework because two words at the frontpage trigger you

I want to develop a simple web interface for server administration.
I know Python. Should I use Django or is there a better alternative? I don't know shit about web frameworks.