Networking
According to New Revised CBCS syllabus w.e.f. 2020-21
B.B.A. (Computer Application)
Semesters-IV
A Text book of
Networking
Author: Archana Kothawade
ISBN: 978-93-90646-08-1
Price: 250/-
According to New Revised CBCS syllabus w.e.f. 2020-21
A Text book of
Author: Dipali Jadhav (Dhumal)
ISBN: 978-93-90646-43-2
Price: 145/-
Node.js is an open source server environment. It uses JavaScript and runs on platforms like Windows, Linux, Unix, Mac OS X, etc. This book gives an in-depth explanation of Node.js, adhering to the BBA (CA) syllabus of Semester IV. It is authored by an eminent lecture and is written in easy to understands language. It is filled with exercises to help the student prepare for the exam and to revise.
1. Introduction to Node JS
1. Introduction
2. Traditional Web Server Model
3. Node.js Process Model
2. Node JS Modules
1. Functions
2. Synchronous Input
3. Buffer
4. Module and Module Types
3. Node Package Manager
1. What is NPM?
2. Main Functions of NPM
3. Installing Packages Locally
4. Adding dependency in package.json
5. Installing Packages Globally
6. Updating Packages
4. Web Server
1. Introduction
2. Creating a Web Server
3. Handle HTTP Request
4. Sending Request
5. Install Express.js
6. Basic Routes
7. File Upload
8. Serving Static Website Using Express-static
5. Events
1. Introduction
2. Events Module
3. Creating an Event Emitter
4. Returning Event Emitter
5. Inheriting Events
6. Database Connectivity
1. Introduction
2. Connection String
3. Configuring
4. Working with Select Command
5. Updating Records
6. Deleting Records
7. Combining Node.js and Mongodb