I am using express. I knew there were res.send, res.render and res.redirect methods.
express
res.send
res.render
res.redirect
but is there a way to open a new window?
thanks all.
This would need to happen on the client side via
window.open("link", "_blank")