D
D
Deodatuss2015-05-14 10:18:54
JavaScript
Deodatuss, 2015-05-14 10:18:54

Recommend literature or resources on MEAN practice?

In general, I would like to find some kind of sensible tutorial on MEAN. Without dry theory, but with the development of a real, full-fledged application. What do you recommend from the current? For that I do not watch everything or paid or old.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-05-14
Protko @Fesor

read separately for each component and you will be happy.
Let's take this very MEAN:
- MongoDB - I personally do not recommend using it as the main data store. Yes, for 10% of projects, in principle, the norms, but it is better to use it as a caching layer for data aggregates. That is, a question with a base is a question with a base
- Express - anything can be instead of it, but in fact you need to make Rest API or JSON RPC on it.
- Angular - if he knows nothing about the implementation of the server - then buzzing. He only needs an interface for interacting with the service, the previous paragraph. So here you can clearly read outside the context of the server.
- Node.js - added to the mean stack to make the name prettier. In fact, we are already using express and hence the node. Essentially, you just have to know JS and look at the API of the node itself to implement the same JSON RPC or REST API. Well, the frontend will obviously be assembled by a node through which gallop.

P
Pavel Ivanov, 2015-05-14
@eastywest

Many good tutorials can be found on scotch.io

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question