JavaScript IDEs
JavaScript IDEs
This section provides instructions for connecting your favorite IDE for JavaScript and Node.js, such as Visual Studio Code, Vim, or Webstorm, to InterSystems IRIS.
-
In your web browser, download or clone https://github.com/intersystems/Samples-nodejs-helloworldOpens in a new tab.
-
In your IDE, open the folder you recently downloaded or cloned from GitHub, then open hello_world.js.
-
Configure the username, password, IP address, and port for your instance (see InterSystems IRIS Connection Information) using the variable declarations.
-
In the Terminal of your IDE, do the following:
-
Install the InterSystems Native SDK for Node.js with the command npm install ––save intersystems-iris-native.
-
Run the code with the command node hello_world.js.
-
-
The Output pane displays the message Hello World! You have successfully connected to InterSystems IRIS.