Hello! I have successfully developed a Node.js script that automates something tedious with the help of a few libraries. It’s a small single script that moderates a group chat.
What are the best practices for deploying something like this into a production environment? Here are my ideas:
-
I have a Synology NAS with docker installed - I was considering spinning up another image that runs the script.
-
I have a Linode (yay!) - would it be advisable to install npm on “bare metal” for such a small task?
-
Or are there other, more fitting options?
Any applicable resources or links would be helpful, thank you!