일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Zerobase
- 프로그래머스
- useState
- java
- typeScript
- OS
- 파이썬 알고리즘 인터뷰
- 파이썬
- 글또
- 비동기
- context switching
- REACT
- 자료구조
- 자바스크립트
- 자바
- react 기초
- 운영체제
- python algorithm
- Python
- 컴퓨터공학
- JavaScript
- Operating System
- execution context
- node.js
- 알고리즘
- codestates
- 코드스테이츠
- algorithm
- 개발공부
- Computer Science
Archives
- Today
- Total
목록자바스크립트 런타임 (1)
Back to the Basics
[JS/Node] 비동기 - Node.js 에 대해 알아보자!
이번 포스팅은 Node.js란 무엇이고 모듈을 사용하는 방법에 대한 공부한 내용에 대한 정리 포스팅이다. 1. Node.js란?? Node.js 의 정의 Node.js는 로컬 환경에서 JavaScript를 실행할 수 있는 자바스크립트 런타임이다. 런타임이란? Wikipedia에 따르면 , "In computer science, runtime, run time, or execution time is the final phase of a computer program's life cycle, in which theon the computer's central processing unit as machine code." 이라고 한다. 간단하게 해석을 해보면 CPU에서 기계어 코드가 실행되고 있는 단계하고 보면..
Programming Languages/JavaScript & Node.js
2021. 10. 8. 20:52