Favorite Web Development Framework?

N3rthus

Lurker
Member
Joined
Threads
3
Posts
5
I personally just use PHP for all my stuff.
But I'm curious as to what the JS slaves like to use for their framework.
 
python slave myself prefer FastApi if I've understood your question correct :)
 
node by far, I came from asp.net background so node is just so much easier to deploy.
 
well in my case is flask, since the handling of sending data through the routes that are defined in the classes is very dynamic and easy to consume, and if in case I want to make the pass, I already use jQuery with ajax to make it more dynamic.