# Node for Max
Node for Max makes it possible to launch, manage and communicate with Node
processes from Max.

## Usage
Using the node.script object, one can write a Node script that loads the
"max-api" module. This module contains functions for binding to Max messages,
printing to the Max console, and sending messages from the node.script outlet.

## Node for Max API
API documentation for the "max-api" module is available online
- https://docs.cycling74.com/maxnode.docs/max-node-api/

## Node for Max Examples
Working examples for Node for Max are available on Github
- https://github.com/Cycling74/n4m-examples

## Node
- https://nodejs.org/

## Node and NPM versions
- Node v20.6.1 
- NPM v9.8.1
