NodeJs Configuration
NodeJs configuration for Rocket.Chat
NodeJs configuration for Rocket.Chat
Welcome to the Node.js configuration guide for Rocket.Chat, a comprehensive resource designed to help you understand the intricacies of setting up and configuring Rocket.Chat's environment using Node.js. Rocket.Chat is built on top of Node.js, which is the engine that powers its functionality. This guide provides a brief overview of some of the details of Node.js, with a more detailed guide available in the official .
Rocket.Chat is built with , a JavaScript framework, and the version of Meteor in use dictates the supported Node.js version for that specific version. The guide provides instructions on how to check the supported Node.js version for any specific release by navigating to the GitHub releases page for that specific version.
Rocket.Chat is built with , a JavaScript framework. The version of Meteor in use dictates the supported NodeJs version for that specific version.
NodeJs version compatible with a specific release: To determine the NodeJs version compatible with a specific release:
Visit our GitHub releases page, navigate to the details for that particular version, and look for Engine versions.
You can also use our releases API to access this information. Taking version 4.5.0 as an example, to know the supported node version for this release, perform a GET on . You're looking for the nodeVersion
key. For the current latest version, with curl
and jq
: