은 쉽게 이주할 방법을 찾아야 했습니다. 반면, 노드 플랫폼은 그 자체가 최신이라 노드 사용자들은 거의 모
두 최신 버전을 쓰고 있습니다. 그럼에도 불구하고 여러 가지 버전의 노드를 지원해야 한다면
nvm
프로젝
트(
https
://
github
.
com
/
creationix
/
nvm
)를 찾아보십시오.
2.5.
노드로 만드는 단순한 웹 서버
정적
HTML
로 구성된 웹사이트를 만들어봤거나
PHP
/
ASP
를 다뤄봤다면, 아파치나
IIS
같은
웹 서버에 정적 파일을 올려놓고 브라우저가 네트워크를 통해 그 파일을 본다는 개념에 익숙할
겁니다. 예를 들어
about
.
html
파일을 만들고 적당한 디렉터리에 뒀다면
http
://
localhost
/
about
.
html
로 이동할 수 있습니다. 웹 서버에 따라서는
.
html
을 생략할 수도 있지만,
URL
과
파일 이름의 관계는 명확합니다. 웹 서버는 단순히 파일을 컴퓨터에서 브라우저로 전송할 뿐입
니다.
NOTE
_
localhost
는
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.