Skip to content

abhijeetnarvekar/mean-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Demo App

This app demonstrates use of MEAN technologies for end-to-end fullstack JavaScript development.

Technologies

  1. Node (JavaScript Execution Engine. Chrome's V8)
  2. Express (Server)
  3. Angular 4 (Client Front-end)
  4. MongoDB (Database Server)

Concepts

MEAN Architecture

  1. Web Services in JS
  2. High Performance using main thread
  3. Reduced HTML to JS renering time.
  4. Highly optimised Chrome's V8

alt text

Client-Server Flow

alt text

Browser Components

alt text

Sample MEAN Web Service

alt text

Notes

  1. TypeScript notes
  2. Angular notes