In my node express js project I am running a http server (i.e... http.createServer(app)).. (uisng bodyParser, morgan, serve-favicon, express-jwt middilwares).. When the user select any line in the command prompt (using mouse, Command title also prefixed with the word "Select"), the express http server is not serving any further request until i hit an enter(return key) to cancel/finish the selection.
I am not using any "readline" module...
Anyone Please share me your view on this issues..