Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clientside going serverside with node.js

Tags:

node.js

I`ve been looking for a serverside language for some time, and python got my attention somewhat. But as I already know and love javascript, I now want learn to code on the server with js and node.js.

Now, what books and what subjects do I need to learn to understand the serverside world better?

(let me know if Im to vague)

like image 664
Sveisvei Avatar asked Dec 09 '09 11:12

Sveisvei


2 Answers

I'm not aware of any printed resources about node.js. Some good places to start are:

  • The official node.js documentation
  • The web site howtonode.org with a lot of tutorials
  • The video of Ryan Dahl's (node.js creator) talk at the JSConf.eu
  • A nice blog post about node.js by Simon Willison
  • The mailing list archive
  • The source code of node.js projects on github
like image 164
Fabian Jakobs Avatar answered Oct 25 '22 05:10

Fabian Jakobs


The HTTP/1.1 spec is very informative.

like image 25
postfuturist Avatar answered Oct 25 '22 03:10

postfuturist