const os = require("os");
const networkInterfaces = os.networkInterfaces();
console.log(networkInterfaces);
로컬의 IP 주소 등을 알 수 있다.
'컴퓨터 > NodeJS' 카테고리의 다른 글
NodeJS cors (0) | 2022.07.06 |
---|---|
NodeJS npm mysql2 (0) | 2022.05.15 |
npm xml-js (0) | 2022.05.02 |
GITHUB (0) | 2022.04.01 |
json2xlsx 사용법 (데이터베이스 조회 결과를 엑셀 파일로 다운로드) (0) | 2022.02.05 |