본문 바로가기
HTML CSS JS

[Fullstack] 유튜브 클론 코딩 #Node.js

by 꿈나무 김땡땡 2020. 3. 11.

사용성

  • javascript로 프론트엔드 / 백엔드 모두 만들고 싶을 때
  • PHP, Python, Ruby 등으로 대체할 수도 있음
  • customize가 잘되는 건 node.js
    • 아무것도 없는 상태에서 시작해야 함
    • 채팅 기능이 있는 웹은 node.js 필요 (실시간 기능 처리를 위해)
  • 기본적으로 틀이 있는 형태는 django, Laravel 등
    • 대량의 데이터, 어려운 작업을 수행해야 한다면 django 사용이 낫다.

 

누가 Node.js를 쓰나?

  • Paypal
  • Uber
  • Netflix
  • LinkedIn
  • Groupon
  • 등등

 

Node.js 설치하기

  1. 윈도우 : https://nodejs.org 에서 다운로드
  2. 맥 : brew install node
    1. https://changelog.com/posts/install-node-js-with-homebrew-on-os-x
 

Install Node.js and npm using Homebrew on OS X and macOS

Install Node.js and npm using Homebrew on OS X and macOS

changelog.com

 

댓글