“node js mendapatkan ip” Kode Jawaban

node js mendapatkan ip

import ip from "ip"
console.dir ( ip.address() );
Ugliest Unicorn

Dapatkan IP Pengguna di Node JS

//In your request object there is a property called connection, 
//which is a net.Socket object. The net.Socket object has a property 
//remoteAddress, therefore you should be able to get the IP with this call:

request.connection.remoteAddress
Now, Get Back To Coding

Jawaban yang mirip dengan “node js mendapatkan ip”

Pertanyaan yang mirip dengan “node js mendapatkan ip”

Lebih banyak jawaban terkait untuk “node js mendapatkan ip” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya