Home

Node.js request module

Summry 본 문서에서는 node.js에서 api요청하기위해 사용하는 request module에 대해 정리한다. send me email if you have any questions.

Read more

Node.js file, image upload

Summry 본 문서에서는 node.js에서 multer module을 사용해 이미지를 업로드 및 폼데이터를 처리하는 방법을 정리한다. express는 사용자가 업로드한 파일을 받아서 저장하는 기본 기능을 제공하지 않는다. 따라서 모듈을 설치해서 (ex. multer) 사용자가 전송한 파일을 처리하는 작업을 해야한다. send me email if you have any questions.

Read more