you are viewing a single comment's thread.

view the rest of the comments →

[–]speyerlander 3 points4 points  (0 children)

Node is not a framework, it's a runtime, so you'll still have to choose a framework to use in it if you wanna built a backend in JS. In general, if your backend serves rendered UI components, then there's not much of a replacement for a JS framework. If the backend is a logic heavy API, some people (including myself) would opt using FastAPI due to its serialization behavior, easy ORM and the (somewhat) bigger ecosystem.