Get User’s IP address in Node.js (Express.js)
Getting User’s IP or Request IP address sound’s pretty complex right? But It’s pretty Straight forward using Node.js and if you’re using Express.js, then it becomes even easier. We will discuss both methods below to get the IP address in node js and express js. First, we will discuss how to get IP address of … Read more