Node.js 56

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser. JavaScript is used primarily for client-side scripting, in which scripts written in JavaScript are embedded in a webpage's HTML and run client-side by a JavaScript engine in the user's web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser.

Wikipedia

Features

Multi-file mode

Versions

Name Version ID Multi-file mode
node 7.4.0 1
node 11.12.0 3
node 13.12.0 5
node 15.6.0 6
node 17.0.1 7
node 20.14.0 8

Libraries

-

Examples

TEST problem

Sample solution to the TEST programming problem.

test_problem.js
test_problem.in
Multi-files

A simple example how to use the multi-file feature.

prog.js
prog2.js