Is there any way to redirect to an HTML file from a Node.JS application with something like: res.sendFile
of express and pass a JSON data along to the html file?
↧
res.sendfile in Node Express with passing data along
↧