Node.js
Node.js와 서버 만들기 2
dokite
2024. 3. 1. 01:27
http 모듈(module)
* Node.js에서 http 요청과 응답을 다루기 위해 사용하는 모듈
* server.listen(), response.end(), response.writeHead(), statusCode() 등 http API 참조
http 트랜잭션(transaction)의 해부
* Node.js의 http 처리 프로세스에 대한 이해를 돕기위한 문서
* Node.js의 EventEmitters와 Streams와 관련이 깊다.
참고
1. https://nodejs.org/dist/latest-v16.x/docs/api/http.html