node.js 에서는 내장모듈을 불러오기 위해 require 를 사용한다.

const fs = require('fs'); // 파일 시스템 모듈 불러오기
const dns = require('dns'); // DNS 모듈을 불러오기