N
N
Nick932015-02-16 18:30:43
Node.js
Nick93, 2015-02-16 18:30:43

Does it make sense to learn the node.js platform now?

Does it make sense to study this platform now or is it worth paying attention to its fork?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey, 2015-02-16
@Nick93

node.js and io.js are identical in terms of api. The code you write will work on both platforms.
The main difference you will encounter is that to use the new es6 features in node.js you need to use the --harmony flag, in io.js they work without a flag.

I
Itvanya, 2015-02-16
@Itvanya

To be honest: if you are interested in a node only because of the js syntax, there is no point in learning. Nodo is a great toy, but for more serious things, it's better to use the same asynchronous Python tornado if you really need to.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question