Suppose I have a database in mongodb, in which I can store some information with .save () but now, I want to retrieve that information and pass it to the client, for which I use findOne () to acquire the desired data , that data I want to pass to the client through a variable. I've searched on Google but I get solutions using engines and the truth is that I use pure HTML. Anyone give me the green light? How do I pass variables from Express to client Javascript and then display them in the view?