html - Express.js & Node.js | Rendering template -
1) can render view express without using template file jade?
i'm building real-time chat system mobile devs (cross-platform, it's web app) node, express & socket.io, , server code core build dispatch messages, user's requests & on, don't need have view result of functions, because view running on device.
that's not rendering, serving.
you can send file answer using res.sendfile :
res.sendfile("pathtoyourfile.html");
Comments
Post a Comment