Node allows us to use the JavaScript.
V8 Engine compiles JavaScript into machine code
it connects between machine and javascript because it's written in C++
Node does this for us.
The Role of Node.js
Benefits of Node.js
- If you are familiar with JavaScript, you don't have to worry about what language to learn.
- Can share coe between front and back end
- Node.js has a massive community behind it.
- Huge amount of third-party packages & tools to help
'Node.js' 카테고리의 다른 글
[Node.js] Front End - Axios Library(Vue CLi) (0) | 2022.03.19 |
---|---|
Node.js Express Back-end REST API (0) | 2022.03.19 |
Node.js Stream & Buffers (0) | 2022.03.19 |
Node.js Basics (Read & Write & Create & Remove) (0) | 2022.03.19 |
Node.js Installation and Run it simply (0) | 2022.03.19 |