8000 GitHub - albertaw/nodejs-tutorial: Learn Node.js by building an app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

albertaw/nodejs-tutorial

Repository files navigation

Build a Web App with Node

What is Node.js? Node.js (node) is a tool that lets you run JavaScript outside of a browser. It is also a library which allows you to download and manage external code (modules) in your projects. Node comes with it's own core modules, but to extend its functionality you will use modules contributed by the community via the node package manager (npm).

Why node? If you are already know JavaScript, you can build a full stack app quicker because you won't have to learn a new server side language. Also, node is good for building applications that require network comnunication or need to update data in real time.

This tutorial is designed to teach you node by building an example app. Each lesson builds upon the previous lesson and will allow you to apply what you have learned with hands on exercises. This tutorial assumes you have knowlege of JavaScript (programming fundamentals, higher order functions, callbacks), git, and using a terminal.

Table of Cont 59D8 ents

About

Learn Node.js by building an app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0