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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -