MEAN (software bundle)

Common logo used to represent MEAN stacks.

MEAN is a free and open-source JavaScript software stack for building dynamic web sites and web applications.[1]

The MEAN stack is MongoDB, Express.js, AngularJS (or Angular), and Node.js. Because all components of the MEAN stack support programs are written in JavaScript, MEAN applications can be written in one language for both server-side and client-side execution environments.

Name and history

MEAN was given by Valeri Karpov, a MongoDB developer. He introduced the term in a 2013 blog post.[2]

The logo concept, initially created by Austin Anderson for the original MEAN stack LinkedIn group, is an assembly of the first letter of each component of the MEAN acronym.[3]

The components of the MEAN stack are as follows:[2][4]

A number of variations on the traditional MEAN stack are available by replacing one or more of the components with similar (typically Javascript-based) frameworks. For example: In a MEEN stack, the JavaScript MVC framework Ember.js is used instead of Angular, and likewise for the MERN stack, where React.JS is used as a substitute.[5]

Variants

Some popular alternatives includes MERN with React.js, MEVN with Vue.js, or MEN with Vanilla JS.

See also

References

Further reading

External links