You can deploy on Heroku
Step 1: Login on heroku.com
Step 2: Create an app on Heroku
Step 3: Install Heroku CLI
Step 4: Create a file name Procfile and write
web: node your-server-index-file.js
Step 5: Follow the instruction of Heroku to deploy an app