Express as well as any other Node.js application can be deployed to Nodion with our native Node environment. It comes with Node.js, yarn as well as Nginx pre-installed. Simply create a nodion.yaml file and add the desired Node.js version.
nodion:
env: node
version: 16.14.2
build_command: npm install
start_command: node app.js