V
V
Vlad Timofeev2015-04-02 20:58:05
Angular
Vlad Timofeev, 2015-04-02 20:58:05

What are the pros and cons of the two combinations of development technologies?

Good day.
What are the pros and cons of 2 bundles of Node.js development technologies:

  1. Express.js + jade + angular.js
  2. Meteor.js + jade

I've used express.js + jade so far (no angular.). Now I want to try one or the other. Tell me please.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
Timur Shemsedinov, 2015-04-02
@MarcusAurelius

For the sake of Allah, throw away all this nonsense, take React for the client + one of the frameworks for creating a server-side API on a node. Templates on the server is a very specific task, only needed for publishing content. And it is better to write applications as SPA (single-page application, i.e. the client is loaded into the browser and all further data exchanges are in JSON format via the API).

A
Alex Kheben, 2015-04-03
@zBit

Jade + Angular.js = stupid, just use Angular.js.
ReactJS is also good, but in order to solve a wider range of tasks on it, you will have to look for other tools and teach them how to interact with each other.
All arguments in favor of ReactJS being faster than Angular.js are bullshit, because these are tools with a different set of functionality, tools that are designed for different tasks, it is somewhat wrong to compare them. With Angular.js, you have to think less about architecture and focus on logic.

S
Sergey, 2015-04-02
Protko @Fesor

Well... like... before you wrote a fat backend and a thin client, now both the backend and the client will be approximately the same (that is, the backend will lose weight a little).
With Meteor, it's just that the code on the client and on the server will be the same.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question