V
V
Vatrush2020-07-21 19:12:47
Node.js
Vatrush, 2020-07-21 19:12:47

How to correctly implement the component architecture of the project?

I came across this article on github: https://github.com/goldbergyoni/nodebestpractices#...

The component approach seemed to be very adequate, but I don’t find a single project implemented using this approach.

How relevant is this approach?

I will be very glad if there are good examples of the implementation of this approach.

At the moment, I don’t quite understand how the components communicate with each other and where to take out such things as conditional mongo configs, redis, passport and stuff like that.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly, 2020-07-22
@vshvydky

good article, I think a good example of a structured backend in the world of a node would be nest.js
examples of implementing projects on nest.js are easy to find in github.
good luck.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question