Home

Awesome

NodeJS-Learning

Gitter

Learning node.js made easy. This page contains collection of curated links to blog posts, articles, videos, tutorials, books, frameworks, modules, IDEs, testing tools, hosting providers, etc. to help you learn Node.js and keep up to date.

It was just created and will be actively updated. Please fork and submit your pull-requests, if you would like to contribute. Thanks!

Similar resources in other languages

Chinese - fantastic list of Chinese resources.

Installation

Go to http://nodejs.org/, download node.js installer and follow instructions. Mac OS, Windows, and Linux are supported.

JavaScript

To use Node.js you need to have a decent understanding of JavaScript language.

Development Tools/IDEs

Online

Hosting Providers

Fundamentals

Asynchronous Programming

Node Package Manager (npm)

Debugging

Tutorials

Authentication

Command line

Blog posts/articles

Videos

Free Courses

Paid Courses

Free Books

Paid Books

Frameworks

If you would like to learn more about Node.js frameworks, please visit nodeframework.com and nodewebmodules.com.

CLI TOOLS

CMS

Static Site Generators

See extensive collection of Static Site Generators including other languages at http://www.staticgen.com/

Libraries

Authentication and Security

Testing

Read about various approaches to testing Node.js code:

Some popular testing frameworks:

Keep up to date

What To Read

Communities/Groups

Blogs/News

Who to Follow

Node mavens

You can find the most famous Node.js developer at Nodemavens.

Resource

Credits

Inspired by amazing AngularJS-Learning

Contributors

License

(The MIT License)

Copyright (c) 2014 Sergey Titov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.