0% found this document useful (0 votes)
8 views38 pages

MOOC Seminar Report File Format B.tech CSE IV T

The document is a seminar report on Web Development submitted by Aditya Arya as part of his B.Tech (CSE) program at Graphic Era Hill University. It includes details of various modules attended, covering topics such as front-end and back-end development, Node.js, and web technologies. The report highlights learning outcomes, challenges faced, and possible remedies throughout the course of study.

Uploaded by

ATR King
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views38 pages

MOOC Seminar Report File Format B.tech CSE IV T

The document is a seminar report on Web Development submitted by Aditya Arya as part of his B.Tech (CSE) program at Graphic Era Hill University. It includes details of various modules attended, covering topics such as front-end and back-end development, Node.js, and web technologies. The report highlights learning outcomes, challenges faced, and possible remedies throughout the course of study.

Uploaded by

ATR King
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 38

A

MOOC based Seminar Report


On

Web Development

Submitted in partial fulfillment of the requirement Seminar for the VI Semester


B.Tech (CSE)
By
Name of the Student-Aditya Arya
University Roll No-2161064

Under the Guidance of
Dr. Susheela
Department of CSE

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

GRAPHIC ERA HILL UNIVERSITY, DEHRADUN


DEHRADUN CAMPUS

THIS IS TO CERTIFY THAT MR. _ADITYA ARYA HAS SATISFACTORILY PRESENTED MOOC

BASED SEMINAR. THE COURSE OF THE MOOC REGISTRATION IN PARTIAL FULLFILLMENT OF


THE

SEMINAR PRESENTATION REQUIREMENT IN VI SEMESTER OF B.TECH(CSE) DEGREE COURSE

PRESCRIBED BY GRAPHIC ERA HILL UNIVERSITY, DEHRADUN BHIMTAL CAMPUS DURING THE

YEAR 2023 - 2024.

Campus MOOC-Coordinator Class Seminar Coordinator CONCERNED Mentor HOD

Name Name Name Name

Signature Signature Signature Signature


DEHRADUN CAMPUS

Copy of confirmation-Email of Course Completion Received


DEHRADUN CAMPUS

Modules Attended
S. DATE Details of Modules Attended PAGE Signature
NO. NO.
1. 14-03-2024 INNTRODUCTION 7-10
2. 21-03-2024 FRONT END DEVELOPMENT 11-14
3. 28-03-2024 BACK-END DEVELOPMENT 15-18
4. 04-04-2024 NODE JS 19-23
5. 11-04-2024 FRAMEWORKS AND EXPRESS JS 24-30
6. 18-04-2024 PROJECT 31-35
7. 25-04-2024 WEB APPLICATIONS,HOSTING AND NPM 36-28
ACKNOWLEDGEMENT

I WOULD LIKE TO TAKE THIS OPPORTUNITY TO EXPRESS MY SINCERE AND PROFOUND


GRATITUDE TO MY MENTOR Dr. SUSHEELA MA’AM FOR HER CONSTANT
ENCOURAGEMENT ANDGUIDANCE THROUGH OUT THE COURSE OF MY PROJECT AND
FINALLY, THANKS TO ALL THOSE WHO INSPIRED ME DIRECTLY ORINDIRECTLY.

Name of Student:Aditya Arya

Email – [email protected]
MODULE- 1

INTRODUCTION
NAME OF STUDENT: ADTYA ARYA
COURSE: B.TECH (CSE)
SEMESTER: VI
ROLL NO.: 2161064
DATE:14-03-2024
WEEK OF EXECUTION: Week-1

OBJECTIVE OF LEARNING:

CONTENT OF MODULE:

Introduction

The Internet

The Internet is the global system of interconnected computer networks that use the Internet
protocol suite (TCP/IP) to link devices worldwide. It is a network of networks that consists of
private, public, academic, business, and government networks of local to global scope, linked
by a broad array of electronic, wireless, and optical networking technologies.

Internet was started as a project of US Military project named ARPANET directed by Robert
Taylor and managed by Lawrence Roberts.

WWW
The World Wide Web (abbreviated WWW or the Web) is an information space where
documents and other web resources are identified by Uniform Resource Locators (URLs),
interlinked byhypertext links, and accessible via the Internet.

Now, to use these services, we need some softwares which can build things and hence helping
our work done on the web. Web technologies which we will be covering to build those things
are HTML, CSS, Javascript, Node.js, Express.js etc. The primary focus for back-end will be on
the Node.js which powers a huge amount of devices websites. Hence, this plays a vital role in
the field of web development especially because of its non-blocking IO feature which is
discussed whenever people talk about node.js.

Web programming, also known as web development, is the creation of dynamic web
applications. Examples of web applications are social networking sites like Facebook or e-
commerce sites like Amazon.

The good news is that learning web development is not that hard!

In fact, many argue it’s the best form of coding for beginners to learn. It’s easy to set up, you get
instant results and there’s plenty of online training available.

A lot of people learn web coding because they want to create the next Facebook or find a job in
the industry. But it’s also a good choice if you just want a general introduction to coding, since
it’s super easy to get started. No matter whether you’re looking for a career or just want to learn
coding, learning how to develop for the web is for you. It’s one of the smartest decisions
you will evermake!

“Full Stack” Developers marry both sides into one. A Full Stack developer can comfortably
work with both the front and back ends. This is what we focus on building you up to here.
things scale. Back End Developers make use of programming languages like Java, Python, and
Ruby (among many others) to work with data.

“Full Stack” Developers marry both sides into one. A Full Stack developer can
comfortablywork with both the front and back ends. This is what we focus on building you up to
here.

Web design encompasses many different skills and disciplines in the production and
maintenance ofwebsites. The different areas of web design include web graphic design; interface
design; authoring,including standardised code and proprietary software; user experience design;
and search engine optimization.
Earlier, we mentioned that the work could be in the front end, the back end, or full stack. What
exactly are these?
The “Front End” is the stuff you see on the website in your browser, including the presentation
of content and the user interface elements like the navigation bar. Front End Developers make
use of HTML, CSS, Javascript, and their relevant frameworks to ensure that content is
presented effectively and that users have an excellent experience.
The “Back End” refers to the guts of the application, which live on the server. They manipulate
data appropriately to make sure the Front End has what it needs. This can become very
complicated as things scale. Back End Developers make use of programming languages like
Java, Python, and Ruby (among many others) to work with data.
“Full Stack” Developers marry both sides into one. A Full Stack developer can comfortably
work with both the front and back ends. This is what we focus on building you up to here.

LEARNING OUTCOME:

 WWW

 Overview of web development and Internet

 Languages Used for Web development


PROBLEMS FACED during Learning:

 Creating a webpage

 Learning how websites work

POSSIBLE REMEDIES:

 Use HTML 5 for making responsive pages

 Do not go in depth of HTML


MODULE- 2

FRONT END DEVELOPMENT


NAME OF STUDENT: ADITYA ARYA
COURSE: 2161064
SEMESTER: IV
ROLL NO.: 2161064
DATE:21-03-2024
WEEK OF EXECUTION: Week-2

OBJECTIVE OF LEARNING:

CONTENT OF MODULE:

CHAPTER - 2

Any digital project, for example, a website, an android application etc. at the root level is
dividedInto two blocks:

1. Front-end
2. Back-end

Front-end

These are the two divisions of the project to help the creator develop the project
smoothly. This division help working different people work upon the things they are
master in. Thus the whole load of the project is balanced.

Front-end covers the part of the project which is visible to the user, i.e., it deals with the
client side. Anything happening on the user side of the connection can be received or
manipulated by the user. It concerns mostly with the user interface and user experience
of the website. How the website is presented to the user is the primary goal of the front-
end. Simplicity, accessibility, proper user experience, clarity of the actions and feedback
are some of the basic features which play a vital role in the best possible front-end.

HTML is a markup language which is used for defining the structure of the website.

These are the basic things to create front-end of any website. While there are
many things to learn afterwards and to use them for a much highly sophisticated front-
end of a website.

What is Front-End Web Development?

Front-end web development is everything involved in programming the user


interface of a web application. Typically it refers to the Hypertext Markup Language
(HTML), Cascading Style Sheets (CSS) and JavaScript portion of web site production as
opposed to the database or server-side programming. It encompasses everything from
building a simple page of HTML text to creating complex, responsive HTML5 websites
designed to be accessed via various different browsers, devices and screen sizes.
LEARNING OUTCOME:

 Creating a basic website using HTML and CSS

 Creating responsive website using HTML5 and CSS

 Front End web development

PROBLEMS FACED during Learning:

 Creating a responsive website using HTML5

 Styling a website using CSS


POSSIBLE REMEDIES:

 Make a different CSS file for styling and link it with your html page

 Use internet for references and do not try to remember everything

FUTURE SCOPE:

 Front end web development

 Website designer
MODULE- 3

BACK-END DEVELOPMENT
NAME OF STUDENT: ADITYA ARYA
COURSE: B.TECH(CSE)
SEMESTER: IV
ROLL NO.: 2161064
DATE:28-03-2024
WEEK OF EXECUTION: Week-3

OBJECTIVE OF LEARNING:

CONTENT OF MODULE:

CHAPTER - 3

Back-end

Back-end is the part of the website which deals with the core functioning of the website
and is hidden to the user for user’s safety. User shouldn’t know what is happening on
the website, this is the concern of the back-end developers. Having back-end makes the
website more dynamic.

When users interact with the website which involves back-end, it makes the creators easy
to involve with users for the main purpose of the website. Back-end involves maintaining
the database of various users, helping them to get things done through the various tools
and services developed by the programmers of the back-end. Common objectives of the
back- end are to involve users with the website, maintaining the proper database for
various users.

BACKEND DEVELOPMENT

The backend of a web application is an enabler for a frontend experience. An


application’s frontend may be the most beautifully crafted web page, but if the
application itself doesn’t work, the application will be a failure. The backend of an
application is responsible for things like calculations, business logic, database
interactions, and performance. Most of the code that is required to make an application
work will be done on the backend. Backendcode is run on the server, as opposed to the
client. This means that backend developers not only need to understand programming
languages and databases, but they must have an understanding of server architecture as
well. If an application is slow, crashes often, or constantly throws errors at users, it’s
likely because of backend problems.

Backend development is not all ones and zeros though. Much like frontend development,
backend development has a human aspect to it as well. Since most of the code for an
application is written on the backend, it should be easy to understand and work with.
Most backend languages – like Ruby and Python – have standardized styles and idioms
that makereading and writing code more efficient and enjoyable.

What Do Back-End Developers Do?

What back-end developers do can vary greatly depending on the size and the scope of
theapplication they are working on. I’ve held many jobs where I was a back-end
developer, working on the business logic in an application, and feeding and retrieving
data from the front-end.

In the web development world, most back-end developers concern themselves with
buildingthe actual logic behind the application they are working on.

Often, front-end developers will build out a user interface and back-end developers
willwrite code that makes it all work.

For example, a front-end developer might create a screen in an application with a


button topress to get the customer’s data.

A back-end developer might write the code that makes that button work by figuring
out what data to fetch from the database for the appropriate customer and delivering it
back tothe front-end, where it is eventually displayed.
A back-end developer might also be heavily involved in the architecture of a
system, deciding how to organize the logic of the system so that it can be
maintained and runproperly.

He might be involved in building frameworks or the architecture of a system to


make iteasier to program against. Back-end developers tend to spend much more
time implementing algorithms and solving problems than front-end developers do.

I’ve always liked back-end development work because it feels like more of a challenge.

That’s not to say that front-end developers don’t ever solve difficult problems, but often
front-end development work is more about creating user interfaces and hooking them up
rather than implementing the actual business logic that makes the app work.

LEARNING OUTCOME:

 Back End Development

 Javascript

 Making your website do something

PROBLEMS FACED during Learning:

 Creating a action listener

 Learning javascript

FUTURE SCOPE:

 Backend Development
 Application development

 Website Application
MODULE- 4

INTRODUCTION TO NODE JS
NAME OF STUDENT: ADITYA ARYA
COURSE: B.TECH(CSE)
SEMESTER: IV
ROLL NO.: 2161064
DATE:04-04-2024
WEEK OF EXECUTION: Week-4

OBJECTIVE OF LEARNING:

CONTENT OF MODULE:

CHAPTER - 4

Node.js

Node.js is an open-source, cross-platform JavaScript run-time environment that executes


JavaScript code outside the browser. According to official node.js website,

Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript


engine.

Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and

efficient. Node.js’ package ecosystem, npm, is the largest ecosystem of open source libraries

in the world.

I/O refers to input/output. It can be anything ranging from reading/writing local files to
making an HTTP request to an API. I/O takes time and hence blocks other functions.
Fig. Node.js basic structure

History

Node.js was originally written by Ryan Dahl in 2009. He was inspired to create Node.js
after seeing a file upload progress bar on Flickr. The browser did not know how much of
thefile had been uploaded and had to query the Web server. He desired an easier way.
He demonstrated the project at the inaugural European JSConf on November 8, 2009.
Node.js combined Google's V8 JavaScript engine, an event loop, and a low-level I/O
API.

Why Node.js?

Node.js lets us use JavaScript language on the server, so it allows us to write


JavaScriptoutside the browser which, till now, was used only for front-end things
only.

Node.js operates on a single thread, using non-blocking I/O calls, allowing it to support
tensof thousands of concurrent connections without incurring the cost of thread context
switching. It uses asynchronous programming. A common task for a web server can be
to open a file on the server and return the content to the client but servers should not be
used for simple tasks when you can get them done without the help of servers.

Here is how PHP or ASP handles a file request:

1. Sends the task to the computer's file system.


2. Waits while the file system opens and reads the file.
3. Returns the content to the client.
4. Ready to handle the next request.

Here is how Node.js handles a file request:

1. Sends the task to the computer's file system.


2. Ready to handle the next request.
3. When the file system has opened and read the file, the server returns
the content tothe client.

About Node.js

As an asynchronous event driven JavaScript runtime, Node is designed to build


scalable network applications. In the following "hello world" example, many
connections can be handled concurrently. Upon each connection the callback is fired,
but if there is no work tobe done, Node will sleep.
Node.js eliminates the waiting, and simply continues with the next request. Node.js
runssingle-threaded, non-blocking, asynchronously, which is very memory efficient.

LEARNING OUTCOMES:

 Node.js
 Express.js

 Backend Development

PROBLEMS FACED during Learning:

 Learning Nodejs

 Creating a website with backend

POSSIBLE REMEDIES:

 Learn Js for understanding Node.js more easily

 First make the frontend of a website and then the backend

FUTURE SCOPE:

 Backend Development

 Application Development
MODULE- 5

FRAMEWORKS AND EXPRESS JS


NAME OF STUDENT: ADITYA ARYA
COURSE: B.TECH(CSE)
SEMESTER: IV
ROLL NO.: 2161064
DATE:11-04-2024
WEEK OF EXECUTION: Week-5

OBJECTIVE OF LEARNING:

CONTENT OF MODULE:

CHAPTER - 5

EXPRESS js

Express is a minimal and flexible Node.js web application framework that provides a
robustset of features for web and mobile applications.

Performance

Express provides a thin layer of fundamental web application features, without


obscuringNode.js features that you know and love.

Hello world example

Basic routing
Routing refers to determining how an application responds to a client request to a
particularendpoint, which is a URI (or path) and a specific HTTP request method (GET,
POST, and 4so on)

Each route can have one or more handler functions, which are executed when the
route ismatched.

Route definition takes the following structure:

app.METHOD(PATH, HANDLER)

Where:

app is an instance of express.

METHOD is an HTTP request method, in lowercase.


PATH is a path on the server.

HANDLER is the function executed when the route is matched.

Routing
Routing refers to how an application’s endpoints (URIs) respond to client requests.
For anintroduction to routing, see Basic routing.

You define routing using methods of the Express app object that correspond to HTTP
methods; for example, app.get() to handle GET requests and app.post to handle POST
requests. For a full list, see app.METHOD. You can also use app.all() to handle all
HTTPmethods and app.use() to specify middleware as the callback function (See
Using middleware for details).

These routing methods specify a callback function (sometimes called “handler


functions”) called when the application receives a request to the specified route
(endpoint) and HTTP method. In other words, the application “listens” for requests that
match the specified route(s) and method(s), and when it detects a match, it calls the
specified callback function.

In fact, the routing methods can have more than one callback function as arguments.
Withmultiple callback functions, it is important to provide next as an argument to the
callback function and then call next() within the body of the function to hand off
control to the nextcallback.

The following code is an example of a very basic route.

SQL

SQL is a standard language for accessing and manipulating databases.

What is SQL?

SQL stands for Structured Query Language

SQL lets you access and manipulate

databases

SQL became a standard of the American National Standards Institute (ANSI) in 1986,
andof the International Organization for Standardization (ISO) in 1987

What Can SQL do?

SQL can execute queries against a


databaseSQL can retrieve data from a

database SQL can insert records in a

database

SQL can update records in a database


SQL can delete records from a

databaseSQL can create new

databases

SQL can create new tables in a database

SQL can create stored procedures in a

databaseSQL can create views in a

database

SQL can set permissions on tables, procedures, and views

List of SQL Commands

BACKGROUND

SQL, Structured Query Language, is a programming language designed to manage data


stored in relational databases. SQL operates through simple, declarative statements. This
keeps data accurate and secure, and it helps maintain the integrity of databases,
regardless ofsize

COMMANDS

ALTER

TABLE

ALTER TABLE

table_name ADD
column_name datatype;

ALTER TABLE lets you add columns to a table in a database.

AND

SELECT

column_name(s)

FROM table_name

WHERE column_1 =

value_1AND column_2

= value_2;

AND is an operator that combines two conditions. Both conditions must be true for the
row to beincluded in the result set.

CREATE TABLE

CREATE TABLE

table_name (column_1

datatype,

column_2

datatype,

column_3

datatype

);

CREATE TABLE creates a new table in the database. It allows you to specify the name of the
tableand the name of each column in the table.

INSERT

INSERT INTO table_name (column_1, column_2,

column_3)VALUES (value_1, 'value_2', value_3);

INSERT statements are used to add a new row to a table.

LEARNING OUTCOME:

 Express.js

 What is a framework

 Database

 SQL

PROBLEMS FACED during Learning:

 Learing about frameworks

 Using sql to connect with database

 Connecting website with database

POSSIBLE REMEDIES:
 Use SQL to create tables in database

 Learn Js for proper understanding of Express.js

FUTURE SCOPE:

 Full Stack Web Developer

 Application Development

 Database Management For websites


MODULE- 6

PROJECT
NAME OF STUDENT: ADITYA
ARYA COURSE: B.TECH(CSE)
SEMESTER: IV
ROLL NO.: 2161064
DATE:18-04-2024
WEEK OF EXECUTION: Week-6

OBJECTIVE OF LEARNING:

CONTENT OF MODULE:

CHAPTER - 6

Project:

After learning many of the things in web development area, it’s time to build
something upon the learnt things to show our skills and learn them more. So, we made a
project using the things we learnt so far. Our project is focused on the development of a
common platform which will host the various samples of the beautifully designed and
constructed architectures like interiors of houses. Many times, we face a situation when
we construct or modify our home, how do we design the interior of this new component
of our home or in what way should I instruct the home’s bedroom, living room etc.
Thus, here we are, with the idea of simplifying this thought and getting down to the
solution of all those confusing questions. A user can look into the various samples
provided by the other users ofthe website who have built their houses with the help of
professional interior designers and architects. Looking into these ideas, a user gets little
help with the idea of his dream design for his home. Hence, this website is primarily
focused on the showcasing various designs to get an idea of how we will be building
our homes.
There will also be a help section to help people with their confusions about various
designs.Thus, it is also a way of connecting variety of skilled and unskilled people.

It is inspired by the popular website Houzz.com and some of the assets like, color theme,
have been derived from the mentioned. This has made us practicing the various
technologieslearned throughout the course and made them better.

We have used following technologies in our project:

- HTML

- CSS

- Bootstrap

- JQuery
- JavaScript

- Node.js

- Sequelize.js

- SQLite

- Passport.js

For front-end, we have used HTML, CSS, JQuery and JavaScript.

These technologies have pushed our limits of thinking the way we couldn’t have
thoughtabout if we hadn’t created this project

For the basic structure of the website, we have used HTML. It has helped us creating
the basic markup of the website. As we know, layout of any website is the skeleton of
it. Yourwebsite can’t stand without the skeleton; hence HTML has been very useful.

HTML/CSS
The building blocks of web pages - HTML and CSS. Learn how to use the
latest HTML5 web development technologies along with CSS3 stylesheets to
create responsiveeye-catching web-sites. We also cover UI design patterns like:

Table Layouts

Flex Boxes

Bootstrap

Columns

Media Queries and Mobile Responsive

DesignGrids

Javascript
HTML and CSS brings the content and design together, while Javascript is at the heart
of allaction. Learn to act on events like 'clicks', 'hovers' and 'drag and drop'. Javascript
is one of the most powerful and ubiquitous languages in modern software development
and our course covers it in depth including:

ECMAScript 6 Syntax and

StandardsFunction Closures and

IIFEs Classes, Constructors and

Prototypes

Lexical Scopes, Arrow Functions and Variable spreading

NODEJS

Javascript is not just only on the frontend, but a potent force on the server too. Built by
RyanDahl in 2009 as a platform to run JS code on bare metal, NodeJS is currently the
fastest growing ecosystem. We will cover:
NodeJS Modules

Filesystem API, Events and Streams

ExpressJS Framework for creating REST

APIsHandlebars for server side web

rendering Socket.IO for realtime

communication

Databases

What is a server if it cannot store data on databases. We will cover storing

data in:Flat files on server

MySQL
Using ORMs like Sequelize
MongoDB

Advanced Topics & Deployment

Finally, we will cover adding basic security to websites including user authentication
and authorization, SSL transport, checking for SQL injection and other vulnerabilities.
We willalso cover how to deploy your server to commonly used infrastructure
providers like Amazon Web Services, Google Cloud or DigitalOcean

LEARNING OUTCOME:

 Created a Fully Functional and Responsive Website

 Learned how to create a dynamic website

 Connecting website with database to store data


PROBLEMS FACED during Learning:

 Making a website Dynamic

 Storing user’s data in database using sql

 Creating backend of website

POSSIBLE REMEDIES:

 Use MongoDB for non SQL database

 Create separate files for backend

FUTURE SCOPE:

 Full stack Web developer

 Web designer

 Website Management
MODULE- 7

WEB APPLICATIONS, HOSTING AND NPM

 NAME OF STUDENT: ADITYA ARYA


 COURSE: B.TECH(CSE)
 SEMESTER: IV
 ROLL NO.: 2161064
 DATE:25-04-2024
 WEEK OF EXECUTION: Week-7

 OBJECTIVE OF LEARNING:

 CONTENT OF MODULE:

 CHAPTER – 7
1) Real-Time Web apps

NodeJS web development allows you to create real-time web apps at a lighting speed
samelike the amount of time required for making a very simple blog in PHP.
Therefore, NodeJSis a clear winner when it comes to creating multi-user real-time web
applications for chat apps and gaming apps.

2) Easy Coding

With Node.js web development, it allows web developers to code in JavaScript for both
the server and client. Hence, it makes it convenient for transferring data between the
client and the server to coordinate the work well simultaneously. Data changes made to
the server appear instantly on the client and the web page that displays this data
automatically updates.Node.js satisfies all the needs of the development process and
offers scalable and fast network applications.

3) Dynamic NPM
Since NodeJS is an open-source platform, it provides an edge with a shared
repository of modules and dynamic tools. The number of modules that are more than
60000 in the NPM(Node Package Manager) has increased with the significant growth
and is about to surpass the RoR platform (Ruby on Rails). Since NPM is robust and
super fast, it helps tomake the dependency management perfect. With the great
popularity of Node.js, the community of nodes is strengthened day by day.

4) Hosting

Hosting has a gained momentum after NodeJS is highly demanded by more and
more number of web developers for their web app development project. PaaS
(Platform as aService) service providers like Modulus and Heroku are allowing
node deployments officially without any problem.

5) Community Friendly

NodeJS provides a large open source community who delivers various outstanding
modulesthat makes Node JS applications shine everywhere. One of the popular ones is
Socket.io, a module which can handle the constant communication between the client
and the server thatallows the server to send updates in real time to the clients. It works
with the best technology used to form these links away from the developer, especially
for specific clients.

Conclusion:

As we know that nothing is perfect in this universe, there are some things that were not
to the liking of some users, but the Node.js API is still changing and, as it matures,
certainparts are more reliable than others. Nodejs has brought a great revolution in the
world of development and the most popular option for several brands such as eBay,
Walmart, Yahoo, etc. Node.js is really a blessing for a developer and should be used by
all companies.

It now plays a critical role in the technology stack. You can take advantage of the
benefits of Node.js and enjoy fast and scalable network applications by hiring top Node
JS development company like ValueCoders. It is a leading software development
company in India having a team of expert Node JS developers who have successfully
delivered more than 4200 projectsto 2500+ satisfied customers in last 13 years.
LEARNING OUTCOME:

 Hosting a website

 Using Mongodb

 NPM

PROBLEMS FACED during Learning:

 Finding free hositng services

 Using NPM packages

POSSIBLE REMEDIES:

 Buy a cheap hosting services with a free domain

 Learning about NPM

packages FUTURE SCOPE:

 Web application Development

You might also like