Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to start with node.js ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mayur  
View profile  
 More options Oct 4 2012, 12:56 am
From: Mayur <mayur.da...@avinashi.com>
Date: Wed, 3 Oct 2012 21:56:44 -0700 (PDT)
Local: Thurs, Oct 4 2012 12:56 am
Subject: How to start with node.js ?

Hi..
I am very new to node.js ..!!
just yesterday, i came across node.js and found it quite interesting !!

but dont know how to start with and from where ?
Please help me..!!

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Diogo Resende  
View profile  
 More options Oct 4 2012, 4:28 am
From: Diogo Resende <drese...@thinkdigital.pt>
Date: Thu, 4 Oct 2012 09:28:17 +0100
Local: Thurs, Oct 4 2012 4:28 am
Subject: Re: [nodejs] How to start with node.js ?

If you're a bit familiar with js in general, I would advise you to read the documentation pages. It's not that big and you'll get a picture of what you can do with the core.

http://nodejs.org/docs/latest/api/

Then, there are plenty of modules here:

http://toolbox.no.de/

--
Diogo Resende


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Parag Patil  
View profile  
 More options Oct 4 2012, 8:11 am
From: "Parag Patil" <patil.parag....@gmail.com>
Date: Thu, 4 Oct 2012 17:40:05 +0530
Local: Thurs, Oct 4 2012 8:10 am
Subject: RE: [nodejs] How to start with node.js ?
Hi Mayur,

Good Question.
If you really want to start node.js, look for the tutorials online. Coz
spoon feeding won't help.
Anyway, sorry for such harsh words, but believe me unstructured learning
will actually help you to understand the technology.
Good luck with your node.js hunt.
Regards,
PARAG PATIL


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karl  
View profile  
 More options Oct 4 2012, 8:58 am
From: Karl <klru...@gmail.com>
Date: Thu, 4 Oct 2012 05:58:15 -0700 (PDT)
Local: Thurs, Oct 4 2012 8:58 am
Subject: Re: How to start with node.js ?

Below some stuff you could  read besides the nodejs website itself, when you
have an idea you may want to decide whether to use a framework like
expressjs
or a language like coffeescript instead of Javascript before you start
seriously.
Perhaps concentrate on understanding 100% what async processing means
and the concept of callbacks, then the rest will fall into place...

Karl (just 6 months into node)

# NODE
 http://book.mixu.net/index.html
 http://www.theprojectspot.com/tutorial-post/nodejs-for-beginners-call...
 http://www.nodebeginner.org/ (Kiessling)
 http://shinetech.com/thoughts/articles/139-asynchronous-code-design-w...
 http://debuggable.com/posts/understanding-node-js:4bd98440-45e4-4a9a-...
(Geissendörfer)
 http://toolbox.no.de/ (search for node modules etc)
 https://groups.google.com/forum/?fromgroups#!forum/nodejs

El jueves, 4 de octubre de 2012 06:56:44 UTC+2, Mayur escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Barczewski  
View profile  
 More options Oct 4 2012, 9:06 am
From: Jeff Barczewski <jeff.barczew...@gmail.com>
Date: Thu, 4 Oct 2012 06:06:25 -0700 (PDT)
Local: Thurs, Oct 4 2012 9:06 am
Subject: Re: How to start with node.js ?

There was some discussion of tutorials and ebooks in a recent thread here

https://groups.google.com/d/topic/nodejs/h417wkLAKPI/discussion


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aung Baw  
View profile  
 More options Oct 4 2012, 12:03 pm
From: Aung Baw <aungzan...@gmail.com>
Date: Thu, 4 Oct 2012 09:03:21 -0700
Local: Thurs, Oct 4 2012 12:03 pm
Subject: Re: [nodejs] Re: How to start with node.js ?

First to understand what behind the node by it's creator
http://youtu.be/jo_B4LTHi3I

Bonus http://radar.oreilly.com/2011/07/what-is-node.html from  oreilly

Second try these background infrastructure
http://net.tutsplus.com/tutorials/javascript-ajax/node-js-infrastruct...
http://net.tutsplus.com/tutorials/javascript-ajax/node-js-infrastruct...

Write first blog
http://net.tutsplus.com/tutorials/javascript-ajax/node-js-step-by-ste...

Step-by-step
http://net.tutsplus.com/sessions/node-js-step-by-step/

there is many way to learn new technology, perhaps video tutorial is
shortcut ( i assume you are familiar with javascript & some command line
work)

by the way you might like this online conference http://www.nodestack.org/

Enjoy Node !


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mayur  
View profile  
 More options Oct 29 2012, 3:32 am
From: Mayur <mayur.da...@avinashi.com>
Date: Mon, 29 Oct 2012 00:32:46 -0700 (PDT)
Local: Mon, Oct 29 2012 3:32 am
Subject: Re: [nodejs] How to start with node.js ?

Thank you all for giving your suggestions..!!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yoshihiro Kikuchi  
View profile  
 More options Oct 29 2012, 5:54 pm
From: Yoshihiro Kikuchi <ykn...@gmail.com>
Date: Tue, 30 Oct 2012 06:54:38 +0900
Local: Mon, Oct 29 2012 5:54 pm
Subject: Re: [nodejs] How to start with node.js ?
I'd recommend two ebooks for you.

One is 'Smashing Node.js', which is the best (I think) book for beginners.
This book covers wide area in Node.

The other is 'Node.js in Action' if you want to use Express framework to develop
web applications.
This book has not released yet but you can get MEAP(Early Release Ver.) here.
http://www.manning.com/cantelon/

Enjoy it.

2012/10/29 Mayur <mayur.da...@avinashi.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mayur Dabhi  
View profile  
 More options Oct 30 2012, 12:05 am
From: Mayur Dabhi <mayur.da...@avinashi.com>
Date: Tue, 30 Oct 2012 09:34:56 +0530
Local: Tues, Oct 30 2012 12:04 am
Subject: Re: [nodejs] How to start with node.js ?

Thanks a lot...!!
I'll look at both for better understanding of node..

--
Regards,
Mayur Dabhi

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mikeal Rogers  
View profile  
 More options Oct 30 2012, 2:22 pm
From: Mikeal Rogers <mikeal.rog...@gmail.com>
Date: Tue, 30 Oct 2012 11:21:57 -0700
Local: Tues, Oct 30 2012 2:21 pm
Subject: Re: [nodejs] How to start with node.js ?

We need to write a nodejsforcats, I have the domain names.

We could start with a direct port of http://jsforcats.com/ using the repl instead of the Chrome debugger.

-Mikeal

On Oct 29, 2012, at October 29, 20129:04 PM, Mayur Dabhi <mayur.da...@avinashi.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »