

WebStorm integrates with Node.js providing assistance in configuring, editing, running, debugging, testing, profiling, and maintaining your applications. Node.js is a lightweight runtime environment for executing JavaScript outside the browser, for example on the server or in the command line. When the configuration is completed, WebStorm displays information about the currently configured version. As a result, WebStorm provides code completion, reference resolution, validation, and debugging capabilities for fs, path, http, and other parts of Node.js that are compiled into the Node.js binary.
