유용한 nodeJs Libraries 정리

0

최근 많이 사용되는 라이브러리는 언제나 트렌드에 따라 바뀔 수 있으므로 항상 googling을 통해 현재 active하게 사용되는 라이브러리인지와 up-to-date 사용방법 등을 숙지해서 사용하자

1. express

의견없는 빠르고 가벼운 웹 프레임워크

2. socket.io

실시간 양방향 이벤트기간 커뮤니케이션
쉬운 채팅앱 개발가능

3. nodemon

a tool that helps develop node. js based applications by automatically restarting the node application when file changes in the directory are detected.

4. body-parser

Node. js body parsing middleware.
post data에 접근하기 위해서는 body-parser가 필요하다.
express가 body를 읽고 우리가 이해할 수 있는 Json object로 parse (분해) 하도록 도와준다.??

5. passport

express 호환 인증 미들웨어

6. multer

파일을 업로딩하도록 도와주는 미들웨어
NOTE : multer는 multipart가 아닌 from은 처리하지 않는다

7. day.js

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.

profile
그냥 끄적끄적 공부 정리 블로그

0개의 댓글