I'm new at Node.js and i need some practice on it, so is there any online exercises same as http://www.codecademy.com/ for node.js?
            Asked
            
        
        
            Active
            
        
            Viewed 2.8k times
        
    16
            
            
        - 
                    1http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js a little searching effort goes a long way – mayorbyrne Apr 22 '13 at 21:11
- 
                    yes i saw this.... but i need some coding exercises not just reading tutorials. – Fadwa Apr 22 '13 at 21:13
- 
                    @user2224801 A tutorial typically is a series of exercises. Are you just looking for one that's exercise-heavy? Less reading required? – Jonathan Lonowski Apr 22 '13 at 21:36
- 
                    Yes, i'd like to have some exercises rather than reading. – Fadwa Apr 23 '13 at 00:01
- 
                    1I'm looking for the same thing. I'm looking for a more exercise-heavy approach. For example, [algorithm](http://introcs.cs.princeton.edu/java/42sort/) tutorials are usually exercise-heavy. Textbooks on Node tend to be descriptive and exercise-free. [freeCodeCamp](http://freecodecamp.com) is pretty much a compilation of progressive projects, but I'm looking for smaller steps, just like [algorithm](http://introcs.cs.princeton.edu/java/42sort/) tutorials. – hexicle Mar 14 '16 at 23:50
2 Answers
10
            
            
        There is a node.js course at CodeSchool (the first lesson is free, $29/mo after): http://node.codeschool.com/
 
    
    
        lid
        
- 786
- 8
- 13
 
    
    
        BigBoy1337
        
- 4,735
- 16
- 70
- 138
5
            Just do the tutorials as you read them. Try setting up a webserver and serving a page that says "hello." I'm not sure you're going to find interactive exercises like codeacademy for something like nodejs.
Again I think your best bet is the previous SO question How do I get started with Node.js
 
    
    
        Community
        
- 1
- 1
 
    
    
        mayorbyrne
        
- 495
- 1
- 5
- 16
