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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -