Node.js

Node.js Introduction

brightlightkim 2022. 3. 19. 07:01

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