D
D
dondraper362016-06-12 16:51:26
JavaScript
dondraper36, 2016-06-12 16:51:26

What, besides the basics of JS, do you need to know and understand to learn Node.JS?

JS is currently actively studying and practicing. I want to start learning Node.js along the way. What are the prerequisites? Besides JS, what else would you like to know?
And is it enough, for example, to read on Wikipedia about HTTP, TCP / IP?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
T
Timur Shemsedinov, 2016-06-12
@MarcusAurelius

Check out the retraining plan from the frontend to the node: https://github.com/HowProgrammingWorks/Letters/blo...
And exam questions on the subject "Software Architecture", which I read on node examples:
https://github.com/HowProgrammingWorks /Letters/tr...

A
Alexander Rudevich, 2016-06-17
@rudevich

as you learn Node.js, everything you need to know will come up and learn.
I propose to solve problems as they come.

E
Elizaveta Borisova, 2016-06-13
@Elizaveta

Still, architectural issues, in my opinion, come first, if we talk about the fact that you will be trusted to write something from scratch and without strict supervision.
What else:
1. plus Redis, Postgre, Mongo
2. "be on you" with asynchrony, various promises
3. es6, typescript, be ready to work with code written in different styles
4. sockets, socket.io, sockjS
5. For a beginner, apparently, rest api
5. gulp and other tools can be omitted

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question