Node.js

  • An open-source and cross-platform JavaScript runtime environment for server
  • Allows us to run JavaScript outside the browser
  • Built on top of V8 and is written in C++

npm

  • Node Package Manager
  • Just like pip in python
  • A server-side web application framework
  • Save us time and ass for writing REST API server

Coding Ninjas Bootcamp - Class 7: Node.js

By Zico Deng

Coding Ninjas Bootcamp - Class 7: Node.js

Introduction to Node.js

  • 119