Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question