T
T
tony_vi2013-08-29 20:29:54
JavaScript
tony_vi, 2013-08-29 20:29:54

How to get into Node.JS

Khabrovchane, help!
NodeJS is developing so fast, I feel like I'm not keeping up. Who keeps up-to-date knowledge? Please share.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
K
kxyu, 2013-08-29
@kxyu

Subscribe to Node.js twitters, follow the group in Google Groups, follow the trends in the github.
Selection:
twitter.com/tjholowaychuk
twitter.com/nodejitsu
twitter.com/joyent
twitter.com/rauchg
twitter.com/nodejs
twitter.com/dshaw
twitter.com/izs
twitter.com/mikeal
twitter.com/npmjs
twitter.com /dailyjs
twitter.com/pgte
twitter.com/indutny
twitter.com/maxogden
twitter.com/substack
twitter.com/creationix
twitter.com/felixge
dailyjs.com/
https://groups.google.com/forum/#! forum/nodejs

M
Mithgol, 2013-08-29
@Mithgol

To follow the release of new versions of the Node.js engine, just subscribe to the RSS from the Node blog, located at blog.nodejs.org .
To follow the development of the Node.js engine, you can click the Watch button in its GitHub repository.
To keep up to date with new modules, you can follow the " Modules " page of the Node. To do this, you can use Git, from time to time pulling (with the git pull command) the contents of the https://github.com/joyent/node.wiki.git repository and looking through new commits. Most of the interesting discussions and announcements happen
in the nodejs google group .
A whole bunch of questions about using Node.js are pouring in.on the node.js tag on Stack Overflow, but there are so many of them that you are unlikely to be able to read everything in a row, and I don’t recommend it. However, this resource can be a valuable help in finding ready-made answers to your questions.

A
apelsyn, 2013-08-29
@apelsyn

To get started, I recommend watching a series of screencasts on nodejs . Ilya Kantor (the creator of JavaScript.ru) recorded it this summer.

G
glukki, 2013-08-29
@glukki

Here is roughly my path: blog.glukki.spb.ru/2013/03/javascript.html

G
glukki, 2013-08-29
@glukki

I also recommend the NodeUp podcast , they have themed episodes, the theme is in the title of the episode.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question