views:

805

answers:

6

Javascript/Ruby learner here,

Is there any Node.js projects/tuts to follow besides creating a chat server?

Thanks in advance!

+2  A: 

The official docs are always a good bet in the first place.

You have these tutorials available too:

Getting started with Node.js on Ubuntu 9.10 in about 5 minutes
Learning Server-Side JavaScript with Node.js
Streaming file uploads with node.js
And a lot more

Sarfraz
A: 

Here you can find a simple game lobby example:

http://britg.com/2009/07/01/server-side-javascript-continued-node-js-plus-example/

mamoo
A: 

Thanks guys, this is cool.....Javascript gets more fun!!!!!

kNIGHTS
Stack Overflow is not a forum. Next time if you want to thank people for their help add a comment to their answer, to your question or edit your question and add the thanks at the end. Ah, and select the answer that helped you the most. Just a friendly tip. ;)
Maushu
+3  A: 

How To Node is a blog with useful tutorials and demonstrations that show how to do various tasks with Node.js and related libraries.

Matthew Crumley
A: 

There is a page on the GitHub wiki with links to several webpages and blogs about Node.JS internals or tutorials.

It also includes the How To Node webpage mentioned by Matthew Crumley which itself is written in Node.JS.

MKroehnert
+1  A: 

http://www.nodenode.com is another blog with tutorials, screencasts etc. on node.js that launched the other day.

Travis