Node.js

Introduction

Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. It can be used to write web servers in JavaScript.

Installation

sudo pkg install node

Usage

Simply run

node server.js

to start the server.js program.

References

For more information, check the man page:

man node