Похожие чаты

#Ask I'm using express js for backend. When handle registration,

I want when user registered the backend will be send email to user. What is best preference to express?

2 ответов

11 просмотров

Express handles requests and responsens. You extract data from the Request and send it to some other part of the application. This other part shouldn't know or care about express at all. The result from this other part is handed back to Express, probably just as a return value. You then turn that result into a Response, and express sends it to the client.

Adnan-Muttaqin Автор вопроса

Похожие вопросы

Обсуждают сегодня

Карта сайта