[nodejs] basics

less than 1 minute read

Published:

Section1: Introduction

(1) Outline

  • course outline
  • basics of nodes.js

(2) Summary

  • Node.js is a Javascript Runtime
  • Node.js can be operating without a browser environment.
  • Node.js is capable of many things (backend, frontent, server etc.)

References

  • https://www.udemy.com/course/nodejs-the-complete-guide/ image1 image2 image3

Leave a Comment