- MEAN Web Development
- Amos Q. Haviv
- 255字
- 2021-08-05 17:46:43
Chapter 1. Introduction to MEAN
The MEAN stack is a powerful, full-stack JavaScript solution that comprises four major building blocks: MongoDB as the database, Express as the web server framework, AngularJS as the web client framework, and Node.js as the server platform. These building blocks are being developed by different teams and involve a substantial community of developers and advocates pushing forward the development and documentation of each component. The main strength of the stack lies in its centralization of JavaScript as the main programming language. However, the problem of connecting these tools together can lay the foundation for scaling and architecture issues, which can dramatically affect your development process.
In this book, I will try to present the best practices and known issues of building a MEAN application, but before you begin with actual MEAN development, you will first need to set up your environment. This chapter will cover a bit of a programming overview but mostly present the proper ways of installing the basic perquisites of a MEAN application. By the end of this chapter, you'll learn how to install and configure MongoDB and Node.js on all the common operating systems and how to use Node's package manager. In this chapter, we're going to cover the following topics:
- Introduction to the MEAN stack architecture
- Installing and running MongoDB on Windows, Linux, and Mac OS X
- Installing and running Node.js on Windows, Linux, and Mac OS X
- Introduction to Node.js Package Manager (NPM) and how to use it to install Node modules
- UML和模式應(yīng)用(原書(shū)第3版)
- Drupal 8 Blueprints
- Java面向?qū)ο筌浖_(kāi)發(fā)
- C# 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- C#程序設(shè)計(jì)教程
- Python 3破冰人工智能:從入門(mén)到實(shí)戰(zhàn)
- Python算法從菜鳥(niǎo)到達(dá)人
- C語(yǔ)言程序設(shè)計(jì)上機(jī)指導(dǎo)與習(xí)題解答(第2版)
- Swift 4從零到精通iOS開(kāi)發(fā)
- 大話Java:程序設(shè)計(jì)從入門(mén)到精通
- 軟件體系結(jié)構(gòu)
- 區(qū)塊鏈項(xiàng)目開(kāi)發(fā)指南
- C語(yǔ)言程序設(shè)計(jì)
- Clojure High Performance Programming(Second Edition)
- Responsive Web Design with jQuery