Posts

Showing posts from July, 2017

Mean Stack Development

Image
MEAN STACK DEVELOPMENT  M E A N Stands For: Mongo DB Express JS Angular JS Node JS MEAN is a collection of JavaScript-based technologies such as: Mongo DB, Express.js, AngularJS, and Node.js — used to develop web applications. From the client and server sides to databases. MEAN is a Full-Stack development toolkit. More About Mean Stack Development Work Process Diagram As in the above diagram clearly shown how these technologies works together for develop an Web Application. Angular JS being client makes AJAX calls to Express JS then it response in JSON format. Express JS that is running on Node JS server further communicate with Mongo DB(No SQL Database) as persistent medium.  I hope below video will also help you for more Thank You For Reading This Article