Run node.js socket.io from web hosting

0

I have been working with these two services from the console, making the server start executing the commands by console (nodemon servidor.js), everything I find on the web is using localhost, it works perfect I have not had any problems, my question is , if I want to start the server from a web hosting, that is, now I do not want to do it more locally with xampp but from a hosting. (which I can not practice because I do not have a hosting, and free hosting is very limited). How would I do it?

    
asked by Sergio Diaz 21.02.2017 в 16:10
source

1 answer

1

The problem is just that, that with a free hosting you will have very difficult to do it

You need to open specific ports, run your programs from a server with NodeJs installed, etc ...

Free hosting usually has only PHP installed or sometimes not even that. Look at some cheap VPS that is what you need to be able to deploy your application

    
answered by 21.02.2017 в 16:49