Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Confluence
/
node.js

node.js

Nov 17, 2017

Node.js is a javascript engine that runs on your computer without a browser window. It is widely used for developing backend systems for web sites and development tools.

Installation

The easiest is to uses the official installer that can be found on their website.

There is also a Homebrew package called 'node'.

Usage

After the installation you have access to the node binary from the terminal to runs scripts:

node script.js

There is also an interactive interpreter that can be used to test small code snippets:

node

Modules

Additional modules can be installed using npm (node package manager):

npm install csv

You can find many packages on the official website of the package manager.

, multiple selections available,
For you

Web Development
  • Web Development
    Web Development
     This trigger is hidden
Results will update as you type.
  • A basic Barchart
  • Absolute Positioning
  • Code Editors
  • CSS
  • CSS Animations
  • CSV Transformation with node.js
  • d3.js
  • Desktop Source Compilers
  • Homebrew
  • Hosting Services
  • HTML CSS Javascript Resources
  • Interactive Visualization
  • jQuery
  • Mobile Optimization
  • node.js
  • Page-High Resizable Containers
  • Scrollable Visualization
  • Simple Layout Techniques
  • SVG
  • SVG Visualization
  • Terminal
  • UI Prototyping Tools
  • Version Control with GitHub

{"serverDuration": 42, "requestCorrelationId": "3b771c7316e646708a0a39d5061d6cf1"}