Publishing a site with Node.js

We are thinking on upgrading our hosting to a VPS so that we have Node.js support. My question is, is publishing the same as with PHP with FTP? The hosting provider keeps mentioning something about SSH. Is this something that is needed to publish to a Node project or does regular FTP (Wappler Publish) work as well?

Your Wappler publish should work the same.

I don’t think the VPS will come with a control panel you might be used to, but you can use Docker deployment:

I have use an unmanaged vps (Cent OS) with cPanel for all node sites, FTP/ publish is exactly the same as a PHP platform.

1 Like