What is MEAN.JS?
MEAN.JS is a full-stack JavaScript solution that helps you build fast and maintainable production web applications using MongoDB, Express, AngularJS, and Node.js.- Node.js is a server side JavaScript execution environment. It’s a platform built on Google Chrome’s V8 JavaScript runtime. It helps in building highly scalable and concurrent applications rapidly.
- Express is lightweight framework used to build web applications in Node. It provides a number of robust features for building single and multi page web application. Express is inspired by the popular Ruby framework, Sinatra.
- MongoDB is a schemaless NoSQL database system. MongoDB saves data in binary JSON format which makes it easier to pass data between client and server.
- AngularJS is a JavaScript framework developed by Google. It provides some awesome features like the two-way data binding. It’s a complete solution for rapid and awesome front end development.
Purpose of MEAN.JS
MEAN.JS will help you getting started and keeping your application organized. Our goal is to create and maintain a simple and readable open-source solution that you can use and trust in your projects.
How to get MEAN.JS?
By referring to the https://github.com/meanjs/mean link, you can get all the recourses that are regarding to the MEAN.JS.
Comments
Post a Comment