node.js - How can i send an html and variables together in nodejs? -
i need send html , variables. think can't use locals or res.render since it's not view, each client can have different pages. pages stored in mongodb (the html variables need send), when ask html should send together.
any ideas?
thanks in advance.
you should separate variables html. no need save html in database. need templating engine. if use express, can use "jade" or "handlebars". handlebars because looks more html.. https://www.npmjs.org/package/express3-handlebars
Comments
Post a Comment