Building Networked Performances Using Node - MOXsonic 2020

  1. Getting set up for this workshop
  2. What is Node?
  3. Introduction to Node for Max
  4. Setting up local Node for Max client-server applications
  5. Creating a remote server on Heroku for your Node for Max client
  6. Using a web page interface

remote server web

Example client and server code for the remote networked Node setup used in the piece Hydrokardia can be found here:

Server - hosted on Heroku Client - including performance patches

Creating a remote server on Heroku for your Node for Max client

Once you’ve built your server and tested it locally, you can host it online and have clients connect to it remotely using a hosting service like Heroku. Here are some steps on how to host your Node server on Heroku: