I wrote a little nodeJS server that works just fine offline on my computer.
But now I want to put it online on one of the many clouds out there that support nodeJS
I looked at some of the "tutorials" out there, but I don't use expressJS and it is to complicated for me.
All I am using is NodeJS and Socket.IO. And I haven't seen a tutorial for that. I also don't understand how I am to know what IP and Port I have to set the app to.
I am pretty much just lost ![]()
Could I get some help?
A guide, a explanation, something..
All the Clouds seem to work the same way. npm install and then .. Magic.
So it isnt really cloud specific what I am asking for, I am just clueless how to upload and deploy it. A Drag&Drop onto the cloud would be the best for me haha.






