node.js/http
html파일 전송하기
iskull
2020. 11. 21. 01:12
728x90
fs모듈을 사용하면 html파일을 서버에서 전송할 수 있다
fs.readFile()로 원하는 파일을 불러오면 된다