최근 많이 사용되는 라이브러리는 언제나 트렌드에 따라 바뀔 수 있으므로 항상 googling을 통해 현재 active하게 사용되는 라이브러리인지와 up-to-date 사용방법 등을 숙지해서 사용하자
의견없는 빠르고 가벼운 웹 프레임워크
실시간 양방향 이벤트기간 커뮤니케이션
쉬운 채팅앱 개발가능
a tool that helps develop node. js based applications by automatically restarting the node application when file changes in the directory are detected.
Node. js body parsing middleware.
post data에 접근하기 위해서는 body-parser가 필요하다.
express가 body를 읽고 우리가 이해할 수 있는 Json object로 parse (분해) 하도록 도와준다.??
express 호환 인증 미들웨어
파일을 업로딩하도록 도와주는 미들웨어
NOTE : multer는 multipart가 아닌 from은 처리하지 않는다
Day.js is a minimalist JavaScript library that parses, validates, manipulates, and displays dates and times for modern browsers with a largely Moment.js-compatible API. If you use Moment.js, you already know how to use Day.js.