AJAX 강의 015
- 최초 등록일
- 2021.12.03
- 최종 저작일
- 2021.10
- 29페이지/
MS 파워포인트
- 가격 3,000원

목차
없음
본문내용
오늘의 목표 (Today’s Goal)
.미들웨어
.Express 응답 객체, 요청 객체
.추가 미들웨어 모듈
.라우터
.오류 페이지
.쿠키 및 세션
저번 시간 복습
Q1. Write the Method About File read / write Async and Sync (8)
A1.
Q2. Write the Method About OS Module (5)
A2.
Q3. Write the Method About Path Module (4)
A3.
Q4. Write the Method About Adding the Event and Delete after executing.
A4.
Q5. Write the Protocol About Socket (2)
A5.
Q6. Write the MIME TYPE about text, image, video, audio (4, 2, 1, 1)
A6.
Q7.
A7.
Node.js
미들웨어 사용하기
미들웨어 - static
설명 - 정적인 파일들을 제공합니다. Express 버전 4 부터 내장된 미들웨어 입니다.
app.use(‘/public’,express.static(path.join(__dirname, ‘public’)));
참고 자료
없음