The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications
stackangularjavascriptmongodbexpressnode
주요 지표
스타 성장
스타
12.1k
포크
3.4k
주간 성장
—
이슈
10
5k10k
2013년 6월2015년 8월2017년 10월2019년 12월2022년 3월2024년 5월2026년 7월
아티팩트npmnpm install mean
README
Welcome to the mean stack
The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications. MEAN is a set of Open Source components that together, provide an end-to-end framework for building dynamic web applications; starting from the top (code running in the browser) to the bottom (database). The stack is made up of:
MongoDB : Document database – used by your back-end application to store its data as JSON (JavaScript Object Notation) documents
Express (sometimes referred to as Express.js): Back-end web application framework running on top of Node.js
Angular (formerly Angular.js): Front-end web app framework; runs your JavaScript code in the user's browser, allowing your application UI to be dynamic
Node.js : JavaScript runtime environment – lets you implement your application back-end in JavaScript