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
Post a Comment