http 모듈로 웹서버 만들기 우리가 만드는건 이제 웹서버를 만든다. 우리의 피시가 서버 피시 된다. 쿠키 세션 라우팅 을 중점으로 본다. --- 서버는 클라이언트가 있기에 동자갛ㅂ니다. 클라는 서버로 요청을 보내고, 서버는 응답을 한다. 요청과 응답이 이벤트라고 생각하시면 된다. http 내장 모듈을 사용한다. https://nodejs.org/dist/latest-v14.x/docs/api/http.html HTTP | Node.js v14.17.0 Documentation HTTP# Source Code: lib/http.js To use the HTTP server and client one must require('http'). The HTTP interfaces in Node.js are de..