node.js - nodejs server code inside view -


i building website nodejs & express.
come .net world, building sites mvc / razor.

is there way insert server side code view using nodejs/express ?
in head i'm thinking of similar can in asp.net mvc view, :

<div class='user-info'>     <%= db.fetchuserbyid(1).name %> </div> 

well, have lot of options. check list : https://github.com/joyent/node/wiki/modules#wiki-templating

the 1 have heard of jade : http://jade-lang.com/ think.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -