V
V
Vladimir Kudinov2012-05-12 21:37:04
JavaScript
Vladimir Kudinov, 2012-05-12 21:37:04

I want to learn Node.js

I want to learn Node.js:
- How difficult is it for a PHP programmer?
- What are some good lessons or books (preferably in Russian) on Node.js for dummies?

Answer the question

In order to leave comments, you need to log in

11 answer(s)
A
Anatoly, 2012-05-12
@frux

www.nodebeginner.ru/ difficult if you haven't designed thick clients in JS. In general, on a node, you can get an abyss of leaks and break your head when designing applications on events, after ordinary PLs. At first glance, it is not so difficult, but the approach is completely different.

S
SergeyVK, 2015-04-20
@SergeyVK

There are also screencasts from Ilya Kantor.

M
Mithgol, 2012-05-13
@Mithgol

I also want to caution by saying that many sources become outdated rapidly because their authors do not follow the evolution of Node - although it would seem that reading blog.nodejs.org is enough for such tracking .
For example, at http://nodeguide.ru/doc/felix/beginner/ you can read:

First of all, in order to use Node.js, you need to have a working *nix-like operating system at hand. Linux or OSX is recommended, but FreeBSD or cygwin (under windows) may also work. Work is currently underway to port Node.js to windows, but so far they have not been brought to a stable state.

Porting Node.js to Windows was successful in November 2011, now May 2012 - so this paragraph is half a year out of date.

A
Alexander Lozovyuk, 2012-05-12
@aleks_raiden

There is also a forum where we live - forum.nodejs.ru

A
Alexander Fedorov, 2015-04-03
@terpporriaprof37

Electronically Node.js Developing server-side web applications in Jav... .
On paper, this Node.js in action is good .

N
Nesvet, 2012-05-12
@Nesvet

A couple of links:
http://nodebeginner.ru/
http://nodeguide.ru/doc/

M
Mithgol, 2012-05-13
@Mithgol

Always, even after learning some information from sources in Russian, you should not be lazy to climb and check the contents of the manual http://nodejs.org/docs/latest/api/ - it is in English, but only there you can see the full and last description Node.js API (somewhere even with illustrative examples).

A
Andrey Vorobyov, 2013-04-08
@Santacruz

It's hard... you'll get used to asynchrony... the main thing is not to give up and go through the incubation period - when the basic tricks become clear...
bonsaiden.github.com/JavaScript-Garden/
caolanmcmahon.com/posts/nodejs_style_and_structure/

A
Andrey Zenkov, 2014-10-28
@andreyzenkov

After php, you will have to forget everything and look from a completely different perspective. Read the documentation from the off site and understand how the modules work, and of course write the code.

D
Davert, 2012-05-13
@Davert

Here are some articles from the "NODE.JS FOR PHP PROGRAMMERS"
series dotheweb.posterous.com/nodejs-for-php-programmers-1-event-driven-pro

A
Alexey, 2017-06-29
@tsapkin

Kirill Sukhov - Node.js. Technology Guide

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question