The Node Beginner Book

Sanikava,jsnodestudy

About

Status

Intended audience

Structure of this document

JavaScript and Node.js

JavaScript and You

A word of warning

Server-side JavaScript

In order to make use of these, you need to install Node.js. Instead of repeating the process here, I kindly ask you to visit the official installation page (opens in a new tab). Please come back once you are up and running.

"Hello World"

console.log("Hello World")
node helloworld.js
© Sanikava.RSS