This article was published 9 years ago, therefore the contents of this post may be out of date.

Node.js is really getting popular and is being used more and more each day it’s really deserve your attention as it is due to its flexibility & performance it’s offers.

Node.js is a server-side JavaScript environment that uses an asynchronous event-driven model and as JavaScript is mostly ran/rendered on the client-side, and in browsers.

However, Node.js is a server-side JavaScript interpreter which allows us to handle and make requests via JavaScript.

So for today’s roundup you will see that we have a sort list of what are some of the best Tools, Tutorials and Resources for Node.js. These following resources are just a great and handy way for all level experiences developers who have an interested of starting to learn Node.js.

 

1. The Node Beginner Book

nodebeginner

The aim of this document is to get you started with developing applications with Node.js, teaching you everything you need to know about “advanced” JavaScript along the way. It goes way beyond your typical “Hello World” tutorial.

2. The Art of Node – Book

art-of-node

An introduction to Node.js, this document is intended for readers who know at least a little bit of a couple of things: a scripting language like JavaScript, Ruby, Python, Perl, etc. If you aren’t a programmer yet then it is probably easier to start by reading JavaScript for Cats.

3. Node.js Cookbook

node-cookbook

This book comes with tons of recipes that will take you from the basics up to extending your Node.js with modules built on your own.

4. Node.js in Action

node-in-action

Node.js in Action is an example-driven tutorial that starts at square one and guides you through all the features, techniques, and concepts you’ll need to build production-quality Node applications. You’ll start by learning how to set up your Node development environment, including loading the community-created extensions. Next, you’ll run several simple demonstration programs where you’ll learn the basics of a few common types of Node applications. Then you’ll dive into asynchronous programming, a model Node leverages to lessen application bottlenecks.

5. Eskimo

Eskimo

Eskimo makes it easier to rapidly build Node.js apps, online stores, APIs and more. It’s been built with open-source packages, and can be used for everything from coming soon pages to referral systems to CDN-hosted assets.

6. Pencil Blue

PencilBlue

PencilBlue is an open source Node.js CMS that is fully responsive and completely scalable. It’s extendable, easy to use, and would be great for more than just blogs.

7. Node OS

nodeOS

NodeOS is an operating system build entirely in Javascript and managed by npm. Any package in npm is a NodeOS package, which at last count was  over 100,000 packages. The goal of NodeOS is to provide just enough to let npm provide the rest. Since anyone can contribute to npm, anyone can create NodeOS packages.

8. SocketStream

socketstream

SocketStream is a new breed of web framework, that uses websockets to push data to the browser in ‘realtime’.  SocketStream makes it easy to create blazing-fast, rich interfaces which behave more like desktop apps than traditional web apps of the past.

As SocketStream takes care of the basics, it will then help you to free your time so you can just start focusing on building your social/chat app, multiplayer game, trading platform, sales dashboard, or any kind of web app that needs to display realtime streaming data. All personal tastes (e.g. Vanilla JS vs CoffeeScript, Stylus vs Less) are catered for with optional npm modules that integrate perfectly in seconds, without bloating the core.

9. Broccoli

broccoli

Broccoli is a new backend-agnostic, Node.js build tool, comparable to the Rails asset pipeline in scope. It offers chainable plugins, fast rebuilds, and a few plugins ready to go.

10. Mailin

mailin

Mailin is a A node.js smtp server that receives emails, parses them and posts them as json to the url of your choice. It checks the incoming emails dkim, spf, spam score (using spamassassin) and tells you in which language the email is written. Mailin can be used as a standalone application directly from the command line, or embedded inside a node application. Mailin relies heavily on the excellent work of @andris9 for the smtp and mail parsing services.

11. IO.js

io-js

io.js aims to provide faster and predictable release cycles. It currently merges in the latest language, API and performance improvements to V8 while also updating libuv and other base libraries. This project aims to continue development of io.js under an “open governance model” as opposed to corporate stewardship.

12. Passwordless

passwordless

Passwordless is a modern node.js module for express that allows authentication and authorization without passwords by simply sending one-time password (OTPW) tokens via email or other means. It utilizes a very similar mechanism as the reset password feature of classic websites.

13. Raneto

raneto

Raneto is a free, open source Knowledgebase platform for Node.js that uses static Markdown files to power the knowledgebase. Raneto can be called a “static site generator” of sorts as it doesn’t require a database. All of your content is stored in the content folder in Markdown (.md) files and the entire knowledgebase structure and content is generated by Raneto.

14. Node.app

node-app

Node.app is Node.js for iOS. It enables maximum code reuse and rapid innovation using this low-footprint, Node.js-compatible JavaScript API for your mobile apps. Your customers won’t even notice you aren’t developing native, unless you tell them. With Node.app you are using the same fast system functions just as with normal iOS code.

15. Nightwatch.js

nightwatch

Nightwatch.js is an easy to use Node.js based End-to-End (E2E) testing solution for browser based apps and websites. It uses the powerful Selenium WebDriver API to perform commands and assertions on DOM elements.

 

Share

15 of the Best Tools & Resources for Node.js