Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 825 Bytes

File metadata and controls

30 lines (23 loc) · 825 Bytes

JavaScript Backend

Introduction

This repo has files related to JavaScript Development that I have made during learning the Backend Department briefly,

Learning Source

I will learn this department of JavaScript using a course video of FreeCodeCamp with url : https://www.youtube.com/watch?v=Oe421EPjeBE

Projects

Few projects will be added for real and practical learning of Backend . Node.js and Express.js will be learned in this repo.

Coding Overview

The topics covered will be :

  • Node.js and Express.js fundamentals
  • Complex REST API
  • MERN app
  • More Projects

What is Node JS ??

Node JS is an environment to run JS outside a web browser, It runs on the Chrome V8 JS Engine.

Limitations of Node JS

Using Node JS we have no access to global API's and also no access to DOM and Window.