728x90
Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
- LTS : 안정적인 version( 거의 3년간은 안정적으로 사용이 가능하다)
- Current : 최신 Version(안정적이진 않다)

- node에서 CPU를 많이 사용하는 작업 같은 경우 C++로 해석해서 호출하거나, 그냥 JavaScript로 느리게 빌드 할 수 있지만, 전자의 방법이 더 좋은 방식이며, 위 check를 체크하면, C++, Python 을 깔아준다(Mac은 생략해도 된다)
- VisualStudioCode 같은 경우 무료라 많은 사람들이 사용한다
- WebStorm 같은 경우 유료라 회사에서 지원해 주면 사용하자.
VisualStudioCode
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
npm update
npm i -g npm728x90