A
A
Andrei Popov2019-08-22 17:25:34
JavaScript
Andrei Popov, 2019-08-22 17:25:34

Are there full stack frameworks for node.js?

I want to become a full stack JS developer.
There is a project on Node.js (a small social network level) in the plan.
I mastered node.js and now I'm thinking which framework to learn.
Is there a framework that is used in both front-end and back-end development? So that you don’t have to learn 2 frameworks)
I know angular, react and vue.js are popular, but are they used on the back end?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
index0h, 2019-08-22
@andrei500

What you are looking for is called an isomorphic framework. True, such an approach justifies itself only for small projects. The fact is that the data models on the backend and on the front are different, as a result, you still have to make layers to convert these models from the front to the back and back, which completely destroys the very idea of ​​\u200b\u200bsuch an approach

S
Sashqa, 2019-08-22
@Sashqa

No
Frameworks for node js
Frameworks on the front

G
grinat, 2019-08-22
@grinat

Everyone can. Just instead of sending the data to api, you need to use template engines:
https://expressjs.com/en/guide/using-template-engi...
https://docs.nestjs.com/techniques/mvc

A
Alex Wells, 2019-08-22
@Alex_Wells

Yes, but you shouldn't use such a hat.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question