Introduction to Nodejs.pptx for b.tech computer science engineering data science

aroradoll210 16 views 10 slides Sep 16, 2024
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

Ppt on node js


Slide Content

NODE JS INTRODUCTION TO NODE JS

EVOLUTION INTRODUCTION 01 03 02 04 Elaborate on what you want to discuss. Difference between JS /Node JS NODE JS IS FREE & OPEN-SOURCE Node.js was initially written by Ryan Dahl in 2009 WHY NODE JS JAVASCRIPT /NODE JS TABLE OF CONTENTS

01 NODE JS Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaScript engine, and executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting.

What is NODE JS NODE JS It is no a Language Server Environmen t Node J S can connect with database Node JS is free ,open source. Node JS use Chrome’s V8 Engine to execute code

Why do we use NODEJS We can connect the same database with Web Application, Mobile App Mostly used for API(Application program Interface)

NODE JS Difference Between Node JS and JavaScript Node JS can connect with Database Node JS runs on server side JavaScript JavaScript cannot connect to Database JavaScript runs on Browser

02. Our Projects Elaborate on what you want to discuss. Basic before getting start NODE JS What are Client & Server Where do we use Node(Client or Server Side) How Node JS use Java Script What developers make with NODE JS (Create)API FOR COMMUNICATION

How Node JS use JavaScript (Internal Working Process)

Software Requirements NODE JS POSTMAN MONGO DB VS CODE (Text Editor) CMD(Command Prompt for run server) Packages Software EXPRESS NODEMON MONGOOSE

Steps to start Node JS Following steps to start node JS server Steps to be Followed: npm init. Npm install(install node modules) Npm install express
Tags