0% found this document useful (0 votes)
37 views11 pages

Web Presentation

The document discusses the MEAN stack, which is a full-stack JavaScript solution for building fast and maintainable web applications. It consists of MongoDB for the database, Express for the server framework, AngularJS for the front-end framework, and Node.js for the runtime environment. Each component is described in more detail, with MongoDB as a flexible NoSQL database, Express providing REST APIs and MVC architecture, AngularJS for single-page applications, and Node.js as a fast and scalable runtime. The MEAN stack allows for two-way data binding and is positioned as an easy and simple full-stack solution for modern web development.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views11 pages

Web Presentation

The document discusses the MEAN stack, which is a full-stack JavaScript solution for building fast and maintainable web applications. It consists of MongoDB for the database, Express for the server framework, AngularJS for the front-end framework, and Node.js for the runtime environment. Each component is described in more detail, with MongoDB as a flexible NoSQL database, Express providing REST APIs and MVC architecture, AngularJS for single-page applications, and Node.js as a fast and scalable runtime. The MEAN stack allows for two-way data binding and is positioned as an easy and simple full-stack solution for modern web development.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

Web

Technology
Introduction

MEAN is an opinionated full stack JavaScript framework which simplifies and accelerates
web application development.
MEAN represents a major shift in architecture and mental models — from relational
databases to NoSQL and from server-side Model-View-Controller to client-side, single-page
applications.
MEAN is an acronym for Mongo DB, Express JS, Angular JS and Node. Js.
What is MEAN
Stack?
• MEAN Stack is a full-stack JavaScript solution
that helps you build fast, robust and
maintainable production web applications
using MongoDB, Express, AngularJS, and
Node.js.
Processing
model
MongoDB is a cross-platform
document-oriented database
- classified as a NoSQL
database which eschews the
traditional table-based
relational database structure
in favor of JSON-like
documents with dynamic
schemas.
What is Express ?

• Node JS based web


framework
• Easy to implement REST API
• Easy to implement session
management
• Asynchronous
• Implements MVC pattern
What is Angular?

• AngularJS is an open-source
JavaScript framework, maintained by Google, that
assists with running single-page applications.
• Its goal is to augment browser-based
applications with model–view–controller (MVC)
capability, in an effort to make both development
and testing easier.
Node JS

• Node.js is a platform built on Chrome's


JavaScript runtime for easily building fast,
scalable network applications.
• Node.js uses an event-driven, non-blocking
I/O model that makes it lightweight and
efficient, perfect for data-intensive real-
time applications that run across
distributed devices.
Two Way Data-binding
• In the end, Mean is a full stack,
JavaScript, web application framework.
If you require a fast, easy, simple way to
Conclusion create a modern, responsive,
dynamic web site then MEAN would be
a great solution.
Thank You

You might also like