Skip to content

Instantly share code, notes, and snippets.

@RameshRM
Created July 15, 2016 00:32
Show Gist options
  • Save RameshRM/4f00d22bfb55845a34fd6b006a8b6a82 to your computer and use it in GitHub Desktop.
Save RameshRM/4f00d22bfb55845a34fd6b006a8b6a82 to your computer and use it in GitHub Desktop.
app.use(function(req, res,next){
var caller = req.connection.remoteAddress; //Will give you the request IP Address
next();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment