Difference between revisions of "MEAN (software bundle)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "'''MEAN''' is a free and open-source JavaScript solution stack for building web applications. MEAN is a combination of MongoDB, Express.js...") |
Karl Jones (Talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''MEAN''' is a free and open-source [[JavaScript]] [[solution stack]] for building [[Web application|web applications]]. | '''MEAN''' is a free and open-source [[JavaScript]] [[solution stack]] for building [[Web application|web applications]]. | ||
− | MEAN is a combination of [[MongoDB]], [[Express.js]], and [[ | + | MEAN is a combination of [[MongoDB]], [[Express.js]], and [[AngularJS]], all of which run upon [[Node.js]]. |
== See also == | == See also == | ||
− | * [[ | + | * [[AngularJS]] |
* [[Express.js]] | * [[Express.js]] | ||
+ | * [[LAMP (software bundle)]] | ||
+ | * [[MAMP]] | ||
* [[MongoDB]] | * [[MongoDB]] | ||
* [[Node.js]] | * [[Node.js]] | ||
Line 14: | Line 16: | ||
== External links == | == External links == | ||
− | * [MEAN (software bundle)] | + | * [https://en.wikipedia.org/wiki/MEAN_(software_bundle) MEAN (software bundle)] |
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:Software]] | ||
+ | [[Category:Web design and development]] | ||
+ | [[Category:Web servers]] |
Latest revision as of 08:45, 16 September 2016
MEAN is a free and open-source JavaScript solution stack for building web applications.
MEAN is a combination of MongoDB, Express.js, and AngularJS, all of which run upon Node.js.