I wanna show some popup message from server side javascript(Node.JS) code.
exports.ShowPopup = function(req, res){
window.alert("Pradeep");
};
This was i tried. But while redirecting to this path i'm getting the error like
" window is not defined "
So can u please help me on this.Thanks in Advance.
With regards
Pradeep Raj. K