Suvarna Garge (Editor)

MEAN (software bundle)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
MEAN (software bundle)

MEAN software bundle


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

Contents

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

Components

MEAN (software bundle) MEAN (software bundle)

The components of the MEAN stack are as follows:

  • MongoDB, a NoSQL database
  • Express.js, a web application framework that runs on Node.js
  • Angular.js, a JavaScript MVC framework that runs in browser JavaScript engines
  • Node.js, an execution environment for event-driven server-side and networking applications
  • Naming

    MEAN was coined by Valeri Karpov, a MongoDB developer. He introduced the term in a blog post.

    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.

    Implementations

  • MEAN.JS: Amos Haviv subsequently left Linnovate and forked MEAN.js as a community-governed project.
  • Variants

    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.

    References

    MEAN (software bundle) Wikipedia