DEV Community

tkssharma
tkssharma

Posted on

My channel for Javascript Developers | Node JS Course

Node JS Crash Course for Beginners

tkssharma/nodejs-crash-course
πŸ’», πŸ’», Node JS Training Course For BeginnersπŸ’», πŸ’», . Contribute to tkssharma/nodejs-crash-course development by…github.com

Learning node.js made easy. This page contains a 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!

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

  • Cloud9 β€” cloud-based IDE with native support for development of Node.js applications including debugging and other features. Note that you can also install it locally.

  • Nitrous.io β€” is both an IDE and environment in the cloud. Has both online and desktop versions. Paid.

  • Koding β€” offers you a free rootable VM with Node. Also you can work on the same code with your friends.

  • Cloud IDE (a.k.a eXo Cloud IDE, a.k.a codenvy) β€” cloud development IDE and environemnt with continuous integration and other features. Offers both hosted and on-premises solutions.

Hosting Providers

  • Nodejitsu β€” hosting, databases and private NPM. Free for Open Source.

  • OpenShift

  • Heroku β€” Dead simple to use.

  • Modulus -Scalable application platform (PaaS) for developers, offering Node.js hosting, MongoDB, and performance analytics in the cloud.

  • Codio β€” Powerful web based IDE, free for public projects

  • Digital Ocean β€” cloud infrastructure provider

Fundamentals

Asynchronous Programming

Node Package Manager (npm)

Debugging

Tutorials

Authentication

  • Authentication β€” Goes over local, facebook & twitter authentication.

Command line

Blog posts/articles

Videos

Free Courses

Paid Courses

Free Books

Paid Books

Frameworks

  • Sinatra like:

  • connect β€” an extensible HTTP server framework for Node.js using β€œplugins” known as middleware.

  • express.js β€” a Sinatra inspired Web development framework for Node.js.

  • hapi β€” a rich framework for building Web applications and services.

  • express.io = Express + Socket.io.

  • koa β€” an expressive middleware for Node.js using generators.

  • Flatiron β€” framework components for Node.js and a browser.

  • total.js β€” a Web application framework for creating rich Web sites and Web services.

  • MVC:

  • Geddy β€” a simple, structured Web framework for Node.js.

  • Sails.js β€” a realtime MVC Framework for Node.js.

  • Compound β€” the compound formula is Express + Structure + Extensions.

  • Full stack:

  • meteor.js β€” Meteor is an ultra-simple environment for building modern Web applications. Built using Node.js, Meteor is a framework on its own. Please see an amazing list of Meteor resources for more information.

  • Derby β€” the MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.

  • SocketStream β€” A fast, modular Node.js Web framework dedicated to building realtime single-page applications.

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

CLI TOOLS

CMS

Static Site Generators

  • Hexo β€” fast, simple & powerful blog framework.

  • Metalsmith β€” extremely simple, pluggable static site generator.

  • Harp β€” static web server with built-in preprocessing.

  • Assemble β€” static site generator for Grunt.js, Yeoman and Node.js.

  • Wheat β€” a blog engine for coders written in node.JS.

  • Punch β€” a fun and easy way to build modern websites.

  • Blacksmith β€” generic static site generator built using flatiron, plates, and marked.

  • Poet β€” a node.js blog engine.

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

Libraries

  • socket.io β€” a realtime application framework for Node.JS, with HTML5 WebSockets and cross-browser fallbacks support.

  • mongoose β€” MongoDB object modeling designed to work in an asynchronous environment.

  • winston β€” a multi-transport asynchronous logging library for Node.js

  • passport β€” simple, unobtrusive authentication for Node.js.

  • async β€” asynchronous utilities for Node and the browser.

  • Q β€” a tool for making and composing asynchronous promises in JavaScript.

  • co β€” the ultimate generator based flow-control goodness for nodejs;

  • jade β€” Jade β€” a robust, elegant, feature-rich template engine for Node.js.

  • ejs β€” embedded JavaScript templates for Node.js.

  • lodash β€” a utility library delivering consistency, customization, performance, and extras.

  • request β€” a simplified HTTP request client.

  • config β€” a runtime configuration for Node.js. modules.

Authentication and Security

  • Passport β€” simple, unobtrusive authentication for Node.js that supports OpenID and OAuth.

Testing

Read about various approaches to testing Node.js code:

Some popular testing frameworks:

  • mocha β€” a simple, flexible JavaScript test framework for Node.js and a browser. (BDD, TDD, QUnit styles via interfaces).

  • jasmin-node β€” integration of the Jasmine Spec framework with Node.js.

  • sinon β€” test spies, stubs, and mocks for JavaScript.

  • chai β€” a BDD / TDD assertion framework for Node.js and a browser.

  • supertest β€” a super-agent driven library for testing Node.js HTTP servers using a fluent API.

  • rewire β€” a dependency injection for Node.js applications.

  • node-jscoverage β€” JSCoverage for Node.js.

Keep up to date

Communities/Groups

Blogs/News

Who to Follow

Top comments (0)