Answer the question
In order to leave comments, you need to log in
What is the task of developers on the server side of Node.JS?
I understand correctly that Node.JS back-end developers:
1. Accept the request.
2. Process, validate.
3. Manipulate with databases.
4. And the result is sent by a response request.
What is the task of back-end developers besides the above?
Answer the question
In order to leave comments, you need to log in
I understand correctly that Node.JS back-end developers:
1. Accept the request.
2. Process, validate.
3. Manipulate with databases.
4. And the result is sent by a response request.
In general terms, this is often the case. But in general, anything can happen in the backend, firstly, business logic, secondly, interaction with equipment (other systems, etc.), plus we must not forget that html can be assembled in the backend, etc. In fact, what is happening is limited only by the imagination of the developer.
What you specifically describe is often done as a backend when developing an API.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question