Skip to main content

Learn Nodejs

My favorite resource is "nodeschool.io!"

"Install these choose-your-own-adventure style lessons and learn how to use node.js, npm and other related tools by writing code to solve realistic problems. The lessons run in your terminal and work on Windows, Mac and Linux."
 

Tutorials

  • Hello World
  • Hello World Web Server
  • Node.js guide
  • Build a blog with Node.js, express and mongodb
  • Node.Js Tutorials At Project 70
  • Node.js for Beginners
  • Learn Node.js Completely and with Confidence


Videos

  • Node tuts
  • Introduction to Node.js with Ryan Dahl
  • Node.js: Asynchronous Purity Leads to Faster Development
  • Parallel Programming with Node.js
  • Server-side JavaScript with Node, Connect & Express
  • Node.js First Look
  • Node.js with MongoDB
  • Ryan Dahl's Google Tech Talk


Screencasts
Learn All The Nodes
NodeTuts
NodeCasts

Books

    "
  • The Node Beginner Book
  • Mastering Node.js
  • Up and Running with Node.js
  • Node.js in Action
  • Smashing Node.js: JavaScript Everywhere
  • Node.js & Co. (in German)
  • Sam's Teach Yourself Node.js in 24 Hours
  • Most detailed list of free JavaScript Books
  • Mixu's Node Book
  • Node.js the Right Way: Practical, Server-Side JavaScript That Scale
  • Beginning Web Development with Node.js"


Courses
Real Time Web with Node.js

Blogs
rupeshkthakur.blogspot.in/
The Node.js blog
How To Node
DailyJS
Nodejitsu blog
Ryan Wilcox's Whitepaper
devthought

Podcasts
NodeUp

JavaScript resources

  • Crockford's videos (must see!)
  • Essential JavaScript Design Patterns For Beginners
  • JavaScript garden
  • JavaScript Patterns book
  • JavaScript: The Good Parts book


Node Modules

  1. Search for registered node.js modules
  2. Wiki List on Github/Joyent/Node (start here last!)
  3. A completely biased and incomplete selection of useful Node modules


Other

  1. JSApp.US - like jsfiddle, but for node.js
  2. Node with VJET JS (for Eclipse IDE)
  3. Node Knockout Hackathon (source)
  4. Useful Node.js Tools, Tutorials and Resources
  5. Runnable.com - like jsfiddle, but for server side as well

Comments

  1. Rails is basically a web application framework, which is consist of everything needs to create database baked web application. It helps the developers to create websites and applications by providing structures for all codes written by them. Moreover, common repetitive tasks are simplified with the help of this technology.
    ruby on rails software house
    Popular rails gems and APIs
    Websites made with ruby
    Best ruby gems 2019
    React native and React Js
    Node Js and React Js

    ReplyDelete

Post a Comment

Popular posts from this blog

If you want lists, for back-end languages (in order of my ability to recall): If you want lists, for back-end languages (in order of my ability to recall): Java (and other JVM languages like Scala, Groovy, Clojure) PHP .NET (C#, VB) Ruby Python Perl Javascript (Node JS) Actionscript (Flash Media Server) CoffeeScript C (CGI) Erlang oh, and SQL for db queries For browser-based front-end languages, you're somewhat limited in what the browser can support (excluding launching out-of-browser applications). We could talk about: HTML Javascript CSS Actionscript CoffeeScript (compiled to Javascript) XML-based languages (X3D, SMIL, SVG, DITA, some interpreted by the browser, others transformed using XSL) VBScript Silverlight Java (applets) For native PC desktop front-ends, most popular front-end languages would probably be (I'm guessing, in no order): Visual Basic 6 (from my experience with big enterprises, I bet a lot of those are still out there, just like Windows Vista) .NET Jav...